i once read somewhere about encryption sqlite using zeos and dll from wxsqlite
i cant find where,
if someone now how to do it please guide me,
Search found 5 matches
- 30.09.2011, 08:57
- Forum: SQLite
- Topic: Its possible to use encrypted sqlite3 with dll from wxsqlite
- Replies: 1
- Views: 1730
- 21.08.2011, 16:40
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [ASK} Is there an event to notify when connection lost ?
- Replies: 6
- Views: 1149
- 21.08.2011, 16:19
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [ASK} Is there an event to notify when connection lost ?
- Replies: 6
- Views: 1149
try this it worked for me try DM.Zeos.Connected := False; DM.Zeos.HostName := mysql_hostname; DM.Zeos.Protocol := 'mysql-5'; DM.Zeos.Database := mysql_database; DM.Zeos.user := mysql_username; DM.Zeos.Password := mysql_password; DM.Zeos.Connected := true; Except On E: Exception do begin MessageDlg(...
- 20.08.2011, 13:02
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [ASK} Is there an event to notify when connection lost ?
- Replies: 6
- Views: 1149
[ASK} Is there an event to notify when connection lost ?
hi...
is there any event for detect if sometime connection lost,..
i'm using zeos 7 and mysql.
is there any event for detect if sometime connection lost,..
i'm using zeos 7 and mysql.
- 04.08.2011, 09:31
- Forum: MySQL
- Topic: Error mysql5+zeos6+delphi7+winxp
- Replies: 6
- Views: 1474
Hi fellows, I've tried with a new fresh windows XP installation and again i got the same damned errors. This libmysql.dll was obtained from a mysql front-end instalation. Could someone send me a error free .dll version (or just one that you think works fine) ? Please, because, in fact also tried in...