Exception the update of approx. 20,000 records

Discussion of open issues, suggestions and bugs regarding LiteDAC (SQLite Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
pmoegenb
Posts: 16
Joined: Wed 27 Jun 2012 07:57
Contact:

Exception the update of approx. 20,000 records

Post by pmoegenb » Fri 31 Aug 2012 07:45

SQLite Direct true:
With the update of approx. 20,000 records with or without transaction breaks off the program with an Exception of the class $C0000005 and the announcement ' access violation at 0x00404bf3 : read of adress 0x081e03b8 '.

SQLite Direct false: Version 3.7.13 is against it everything OK.

With UniDac, as well as with SQLiteDac this is in such a way.

ZEuS
Devart Team
Posts: 240
Joined: Thu 05 Apr 2012 07:32

Re: Exception the update of approx. 20,000 records

Post by ZEuS » Fri 31 Aug 2012 08:31

Thank you for the information.
Probably, the problem is the same as the one described here: http://forums.devart.com/viewtopic.php?f=48&t=24727 .
We will include the fix in the nearest LiteDAC build.
For now please set the Direct property to False.

Post Reply