I am using latest Devart UNIDAC 6.2.8 with Builder XE7
When I try to connect to the SQLite database I get the following exception
"C0000005 ACCESS_VIOLATION"
Access violation at address 0000000000EFA7F3, Read of address 000000010000000F
Exception occurs after following code
Code: Select all
SQLUniConnection->ProviderName = "SQLite";
SQLUniConnection->Database = DatabaseFilename;
SQLUniConnection->SpecificOptions->Values["ForceCreateDatabase"] = "True";
SQLUniConnection->SpecificOptions->Values["Direct"] = "True";
SQLUniConnection->Connect();
But gives me the exception since changing to windows 64 bit target.
Exception occurs when I execute the Connect
Any assistance would be appreciated.