Page 1 of 1

Access Vialation when ZConnection.Connection called!

Posted: 16.08.2006, 15:55
by Opilki_Inside
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(nil);
Result := Handle;
end;
protocol - mysql-4.1
Zeosdbo version - zeos_testing_rev_64.zip and zeos_testing_rev_90.zip

Test of message:
Access vialation at address 00000000 read of Address 00000000
What's wrong?

Is there any official releas of Zeos for Delphi2006?

Posted: 16.08.2006, 16:04
by Opilki_Inside
It's difficult to understand, but when I choosed protocol mysql-5 It began to work properly!

Posted: 16.08.2006, 19:55
by zippo
Then it's probably a DLL version related problem