Search found 4 matches
- 07.09.2011, 16:31
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_applied] SQLite Heap Corruption
- Replies: 1
- Views: 482
[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...
- 07.09.2011, 16:29
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Zeos 7 Alpha and Delphi 2009 Support - Official Thread
- Replies: 97
- Views: 29152
- 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: 4283
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 ...
- 08.06.2009, 14:58
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Zeos 7 Alpha and Delphi 2009 Support - Official Thread
- Replies: 97
- Views: 29152