Search found 2 matches
- 14.07.2009, 06:15
- Forum: MySQL
- Topic: ZConnection hangs for nonexistent server
- Replies: 5
- Views: 2974
ZConnection hangs for nonexistent server
I'm using version 6.6.4 with Delphi 6. Trying to connect to mysql database: ZConnection.HostName:='ahost'; ZConnection.Protocol:='mysql'; ZConnection.Port:=3306; ZConnection.User:='root'; ZConnection.Password:='password'; ZConnection.Connect; And now if ahost address connot be found then program han...
- 11.04.2009, 11:55
- Forum: ZeosLib 7.0 Beta Forum
- Topic: unicode Suporte ?
- Replies: 1
- Views: 545
Maybe the related question. Delphi 2009 with Zeos 7 installed, MySql 5.1, a database with table filled with utf8 values (Polish, Russian and Baltic names). Simple application: a DBGrid on a form, connected to DataSource. When I'm using ADOConnection and ADOTable as DataSource.DataSet then all is OK,...