D7 Crashes on TLiteConnection.Connected set to true
Posted: Wed 02 Mar 2016 21:18
All,
I downloaded the demo of LiteDAC for D7.
I have a problem with my D7 IDE crashing when trying to use LiteDAC.
My environment:
D7 Enterprise version 7.0 Build 4.453
Win XP Build 2600 SP3 v. 3264
LiteDAC version 2.6.21 for Delphi 7
To reproduce the problem:
Open D7
On default form of default project, place TLiteConnection.
Select SQLite3.DLL as Client Library.
Set TLiteConnection.LogicPrompt property = False.
Point Database property to an existing SQLite database that works in other applications.
Set TLiteConnection.Connected := True;
Symptom:
3 times out of 4 the Delphi IDE will immediately crash and terminate without any message at all.
I tried it in two different Delphi environments. Same problem both times.
How do we fix this?
Link below holds SQLite3.dll and SQLite database:
https://www.dropbox.com/sh/wadnwywr3zfx ... ygmVa?dl=0
Thanks,
Mark
I downloaded the demo of LiteDAC for D7.
I have a problem with my D7 IDE crashing when trying to use LiteDAC.
My environment:
D7 Enterprise version 7.0 Build 4.453
Win XP Build 2600 SP3 v. 3264
LiteDAC version 2.6.21 for Delphi 7
To reproduce the problem:
Open D7
On default form of default project, place TLiteConnection.
Select SQLite3.DLL as Client Library.
Set TLiteConnection.LogicPrompt property = False.
Point Database property to an existing SQLite database that works in other applications.
Set TLiteConnection.Connected := True;
Symptom:
3 times out of 4 the Delphi IDE will immediately crash and terminate without any message at all.
I tried it in two different Delphi environments. Same problem both times.
How do we fix this?
Link below holds SQLite3.dll and SQLite database:
https://www.dropbox.com/sh/wadnwywr3zfx ... ygmVa?dl=0
Thanks,
Mark