Hi Mark,
I hope this is ok for the knowledge base. If so please move it there.
Thank you, Eike
Search found 11 matches
- 08.08.2008, 22:21
- Forum: User Patches
- Topic: [bug_fixed] Transparent encryption support for SQLite
- Replies: 8
- Views: 5378
- 08.08.2008, 22:19
- Forum: User Patches
- Topic: [bug_fixed] Transparent encryption support for SQLite
- Replies: 8
- Views: 5378
Encryption support in SQLite with Zeos DBC components
Encryption support in SQLite with Zeos DBC components ChangeLog Version 1.0 - 08/08/2008 > First version of this article Overview As you may know SQLite supports transparent database file encrpytion. For this to work you need a commercial, but plattform independent SQLite plugin, available here: ht...
- 08.08.2008, 17:01
- Forum: User Patches
- Topic: [bug_fixed] Transparent encryption support for SQLite
- Replies: 8
- Views: 5378
- 29.01.2008, 16:18
- Forum: User Patches
- Topic: [bug_fixed] Transparent encryption support for SQLite
- Replies: 8
- Views: 5378
- 29.01.2008, 10:33
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Direct access to the plain DB driver over ZConnection
- Replies: 10
- Views: 4286
Hi Mark, I've created a patch and a description how it works, see here: http://zeos.firmos.at/viewtopic.php?t=1674 I think the patch can be integrated in the main version, because it does not break any functionality and it works with and without encryption support in SQLite. But you should have a lo...
- 29.01.2008, 10:31
- Forum: User Patches
- Topic: [bug_fixed] Transparent encryption support for SQLite
- Replies: 8
- Views: 5378
[bug_fixed] Transparent encryption support for SQLite
Hello everybody, as you may know SQLite supports transparent database file encrpytion. For this to work you need a commercial, but plattform independent SQLite plugin, available here: http://www.hwaci.com/sw/sqlite/prosupport.html#compress For Windows there is also a free SQLite3 version with encryp...
- 29.01.2008, 09:41
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Direct access to the plain DB driver over ZConnection
- Replies: 10
- Views: 4286
- 28.01.2008, 10:46
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Direct access to the plain DB driver over ZConnection
- Replies: 10
- Views: 4286
Encryption
Hi Mark, the encryption in SQLite is transparent, that means there are hooks in the library which need to be implemented for working encrpytion. If the hooks are implemented it's works (almost) without any required user actions. That means the SQLite library behaves as if there is no encryption. But...
- 27.01.2008, 15:53
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Direct access to the plain DB driver over ZConnection
- Replies: 10
- Views: 4286
- 27.01.2008, 13:53
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Direct access to the plain DB driver over ZConnection
- Replies: 10
- Views: 4286
Hi Mark, at first: Thank you for your reply! :) TZConnection.DbcConnection.GetPlainDriver is a protected (or private) function and I can't access it without modifying the source code of ZeosLib. What I want to do is simple: I want to use SQLite3 as backend for my application to store some private us...
- 26.01.2008, 00:08
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Direct access to the plain DB driver over ZConnection
- Replies: 10
- Views: 4286
Direct access to the plain DB driver over ZConnection
Hi, is it possible to directly acces the functions of the plain dbc driver over the ZConnection component? I have a ZConnection connected to a SQLite3 database and I need to call a function of the plain TZSQLitePlainDriver. Is this possible and how can I do it? I'm using BDS 2006. Thank you very muc...