You are not logged in.
Pages: 1
I've just installed windows11 on a new computer and had difficulties with mORMot1 and odbc-driver against latest MSSQL DB.
I had to add some code in SynOleDB:
{ TOleDBMSSQL2018ConnectionProperties }
procedure TOleDBMSSQL2018ConnectionProperties.SetInternalProperties;
begin
if OSVersion>wVista then
fProviderName := 'MSOLEDBSQL';
inherited SetInternalProperties;
end;Hope this is correct or...
Last edited by larand54 (2025-12-10 16:10:25)
Delphi-11, WIN10
Offline
Pages: 1