Search found 4 matches

by krassonkel
07.09.2011, 16:31
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_applied] SQLite Heap Corruption
Replies: 1
Views: 465

[patch_applied] SQLite Heap Corruption

Heyho, under some rare circumstances and when using encryption, a heap corruption could happen in the SQLite driver. The problem is that the ErrorMessage variable gets freed inside CheckSQLiteError even when it's set to an empty string. Since this variable isn't used for FPlainDriver.Key, it's never...
by krassonkel
07.09.2011, 16:29
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeos 7 Alpha and Delphi 2009 Support - Official Thread
Replies: 97
Views: 28249

MaleManGuy wrote:I'd even pay for zeos since the alternative would mean more work for me to switch.
Yepp, me too! I'd love to donate if I could be sure that development is happening!
by krassonkel
22.06.2009, 13:04
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Direct access to the plain DB driver over ZConnection
Replies: 10
Views: 4042

Just stumbled upon this because I wanted to ReKey an existing database with Zeos. For the protocol (and maybe to be included into that knowledge base article ), this is how it works in Delphi: var Conn: IZSQLiteConnection; Pass: string; begin Pass := 'secret'; Conn := (ZConnection1.DbcConnection as ...
by krassonkel
08.06.2009, 14:58
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeos 7 Alpha and Delphi 2009 Support - Official Thread
Replies: 97
Views: 28249

Hey Devs!

I know that none is able to predict a precise release date for version 7, but maybe one of the devs could post a short update on the progress?
I'm currently preparing to move from D2007 to D2009 and ZeosLib is the last component I'm using which misses D2009 support...

Regards...