Search found 4 matches
- 17.07.2007, 13:23
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Zeos 6.6.xx (alpha) MySql 4.0 and Lazarus 0.9.22 Beta
- Replies: 6
- Views: 1545
Ok Work...Post Closed
Thanks... Now Work, I had some problem with this Old Database version 4.0, and I tried to install a new One Version of MySQL (5) and with the new clientLibrary (libMySQL50.dll) work very Fine... I decide to upgrade the MySQL because I want this project running also on Linux, there is some porblems i...
- 17.07.2007, 11:46
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Zeos 6.6.xx (alpha) MySql 4.0 and Lazarus 0.9.22 Beta
- Replies: 6
- Views: 1545
Problem old version of mySQL client???
Hi, I tried with the component TMysql40Connection to connect my Database and i found an error... The TMySql40Connection can not work with the installed MySQL client Version (3.23.30-Gamma) Is possible that problem is the problem with the ZEOS component? I try to chage the client...If possible...I do...
- 16.07.2007, 20:39
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Zeos 6.6.xx (alpha) MySql 4.0 and Lazarus 0.9.22 Beta
- Replies: 6
- Views: 1545
There is the small project,and the query to create the buttonssetting table of my database... I create the zconnection, set the database, and connected... I have also problem when i create at design time a TZQuery and TDataSource with a TDBGrid, in this case lazarus fail and close itself. Thanks a L...
- 09.07.2007, 15:03
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Zeos 6.6.xx (alpha) MySql 4.0 and Lazarus 0.9.22 Beta
- Replies: 6
- Views: 1545
Zeos 6.6.xx (alpha) MySql 4.0 and Lazarus 0.9.22 Beta
Hy... I tried to create a simple query runtime Here the code QueryRecuperaBottoni:=TZReadOnlyQuery.Create(Self); QueryRecuperaBottoni.Connection:= ZconnectionCassa; QueryRecuperaBottoni.SQL.Clear; QueryRecuperaBottoni.SQL.Add('Select Description from buttonssettings'); QueryRecuperaBottoni.Open; Que...