Search found 3 matches
- 05.09.2006, 13:36
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Where I can find the lastes version of ZEOS DBO
- Replies: 1
- Views: 756
Where I can find the lastes version of ZEOS DBO
I can't find an official version wich can properly work with Delphi 2006! Is it exist at all?
- 16.08.2006, 16:04
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Access Vialation when ZConnection.Connection called!
- Replies: 2
- Views: 641
- 16.08.2006, 15:55
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Access Vialation when ZConnection.Connection called!
- Replies: 2
- Views: 641
Access Vialation when ZConnection.Connection called!
Hi guys! I'v got an AV when I try to call ZConnection.Connect. I have ascertained AV occur in ZPlainMySqlDriver.pas: line 2542: function TZMySQL41PlainDriver.Init(var Handle: PZMySQLConnect): PZMySQLConnect; begin MYSQL_API.mysql_server_init(0, nil, nil); // <--- AV Handle := MYSQL_API.mysql_init(ni...