Search found 5 matches

by meltoywerks
21.08.2011, 16:29
Forum: ZeosLib 7.0 Beta Forum
Topic: [ASK} Is there an event to notify when connection lost ?
Replies: 6
Views: 1118

ur welcome.
anyway, what is your purpose of monitoring your connection?
by meltoywerks
21.08.2011, 12:05
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 meltoywerks
15.06.2011, 16:09
Forum: ZeosLib 7.0 Beta Forum
Topic: DELPHI 2010 + Zeos 7xxx + Mysql 5 Installation FINALLY!
Replies: 1
Views: 842

DELPHI 2010 + Zeos 7xxx + Mysql 5 Installation FINALLY!

How to install Zeos 7xxx in DELPHI 2010 Step1: Follow the instructions found on this site: http://www.silverpointdevelopment.com/multiinstaller/index.htm Step2: add this code to setup.ini file [Package - ZeosDBO 7.0.0 Alpha] Name=ZEOSDBO-7.0.0 Zip=ZEOSDBO-7.0.0-alpha.zip Folder=zeos SearchPath="...
by meltoywerks
10.06.2011, 04:50
Forum: ZeosLib 7.0 Beta Forum
Topic: How to install Zeoslib on Delphi XE?
Replies: 7
Views: 2063

Try this http://www.silverpointdevelopment.com/multiinstaller/index.htm [Package - ZeosDBO 7.0.0 Alpha] Name=ZEOSDBO-7.0.0 Zip=ZEOSDBO-7.0.0-alpha.zip Folder=zeos SearchPath="src\component","src\core","src\dbc", "src\parsesql", "src\plain" Includes=&...
by meltoywerks
10.06.2011, 04:49
Forum: ZeosLib 7.0 Beta Forum
Topic: Delphi 2010 - Compile, Install - But no components
Replies: 25
Views: 10564

Step1: Follow the instructions found on this site: http://www.silverpointdevelopment.com/multiinstaller/index.htm Step2: add this code to setup.ini file [Package - ZeosDBO 7.0.0 Alpha] Name=ZEOSDBO-7.0.0 Zip=ZEOSDBO-7.0.0-alpha.zip Folder=zeos SearchPath="src\component","src\core"...