Hi,
Is it possible that we get a new version of DLL compiled for wince, please? If possible a simple DLL with no encryption and another one with encryption is appreciated.
There is some kind of a bug in 3.11.1 DLL version.
1) When I use a code like below:
Transaction.Action := caCommit;
Transaction.Options := [stoUseImplicit];
Transaction.StartTransaction;
[... do some insert/delete/update ...]
Transaction.Commit;
I cannot see changes until a database close/open, or application complete close and start again. On the other hand, same application runs without any problem with version 3.9.2 DLL.
2) I have a database with 4 million records inside. Database size is about 1.3GB. There is no problem opening and using it with 3.9.2 DLL, and 3.11.1 simply says database corrupt, or bad or something like that and cannot even open that database.
Thanks.