Windows 10 Program Access Violation
Posted: Sun 26 Jun 2016 20:32
I am trying to get my program working on a Windows 10 64-bit installation. I am using version 7.2.8 of SDAC. The program was compiled with Delphi 10.1 Berlin. The SQL Server 2014 version is 12.0.4459.
My program works on Windows 7 and 8.1. No data access problems for years using SDAC drivers.
I am able to connect to the SQL Server. However as soon as I try to access any table I get an Access violation at address xxxx... Read of address 00000000.
I wrote a small test program using TSQLConnection, TSQLDataset, TDatasetProvider, TClientDataset.
When I try to execute a simple select statement like 'SELECT * FROM TABLES' from the clientdataset commandtext the error occurs. The following identical DLLs are loaded in application directory, Windows\SYSWOW and Windows\System32: dbexpsda.dll, dbexpsda30.dll, dbexpsda40.dll.
Please help.
Regards,
My program works on Windows 7 and 8.1. No data access problems for years using SDAC drivers.
I am able to connect to the SQL Server. However as soon as I try to access any table I get an Access violation at address xxxx... Read of address 00000000.
I wrote a small test program using TSQLConnection, TSQLDataset, TDatasetProvider, TClientDataset.
When I try to execute a simple select statement like 'SELECT * FROM TABLES' from the clientdataset commandtext the error occurs. The following identical DLLs are loaded in application directory, Windows\SYSWOW and Windows\System32: dbexpsda.dll, dbexpsda30.dll, dbexpsda40.dll.
Please help.
Regards,