Search found 7 matches
- 15.07.2012, 18:40
- Forum: 6.6 - stable
- Topic: Error migrating from Zeos 6.5.1 to 6.6.6
- Replies: 0
- Views: 583
Error migrating from Zeos 6.5.1 to 6.6.6
I have a strange problem, after searching the forum, I have not found anything related. The problem is this. I worked with Zeos 6.5.1. Now, I'm trying to migrate to version 6.6.6. I uninstalled the previous version and have installed the new one. I open the project and noticed some changes. For exam...
- 15.07.2012, 11:31
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: [solved] SSL Connection to MySQL Problem
- Replies: 4
- Views: 3213
- 13.07.2012, 10:11
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: [solved] SSL Connection to MySQL Problem
- Replies: 4
- Views: 3213
- 12.07.2012, 17:02
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: [solved] SSL Connection to MySQL Problem
- Replies: 4
- Views: 3213
[solved] SSL Connection to MySQL Problem
Hi, first of all, thanks for these cool components. I use a Windows XP Service Pack 3 and Delphi 6. I wonder if you can connect via SSL with Zeos DBO 6.5.1 Alpha and MySQL 5.0.96. With Zeos 7, I can connect, using the protocol mysql-5 in the dropdown property protocol of component TZConnection. But ...
- 06.04.2010, 09:22
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Params Empty MySQL 5-Delphi 2010-Zeos 7
- Replies: 4
- Views: 834
FIX !!!
Hi Brave, certainly it was the answer. I applied your patch to ZDbcMySqlStatement.pas and it run OK. Then, I saw another extrange thing. I used Zeos 6.5.1 and with that version, in ZQuerys linked like master and detail (by properties masterfield and mastersource, etc), when I inserted a record on de...
- 05.04.2010, 13:54
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Params Empty MySQL 5-Delphi 2010-Zeos 7
- Replies: 4
- Views: 834
Sorry, I've erased by error the question, repeat here
Thanks very much, Brave, I've downloaded your patch, because I don't know how download the REV 770 from SVN. I'll test it and write here the result. I'll change ZDbcMySqlStatement.pas adding stUnicodeString like I've seen in your patch, build Zeos again and test it. Again, thanks very much for your ...
- 05.04.2010, 11:18
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Params Empty MySQL 5-Delphi 2010-Zeos 7
- Replies: 4
- Views: 834
Params Empty MySQL 5-Delphi 2010-Zeos 7
Hi to everybody, first at all, thanks very much to all people do possible these great components and all of one help us in this forum. My problem is: With MySQL Server 5.0, Zeos 7.0 and Delphi 2010. If I test this: ZQuery1.Close; ZQuery1.SQL.Clear; ZQuery1.SQL.Add('select * from table1 where field1=...