Search found 5 matches

by coliv_aja
30.09.2011, 08:57
Forum: SQLite
Topic: Its possible to use encrypted sqlite3 with dll from wxsqlite
Replies: 1
Views: 1706

Its possible to use encrypted sqlite3 with dll from wxsqlite

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, :(
by coliv_aja
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: 1118

sure, to notify if connection lost unexpected, like internet drop, or server dead...
by coliv_aja
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: 1118

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(...
by coliv_aja
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: 1118

[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.
by coliv_aja
04.08.2011, 09:31
Forum: MySQL
Topic: Error mysql5+zeos6+delphi7+winxp
Replies: 6
Views: 1460

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...