I'v got an AV when I try to call ZConnection.Connect. I have ascertained AV occur in ZPlainMySqlDriver.pas: line 2542:
protocol - mysql-4.1function 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;
Zeosdbo version - zeos_testing_rev_64.zip and zeos_testing_rev_90.zip
Test of message:
What's wrong?Access vialation at address 00000000 read of Address 00000000
Is there any official releas of Zeos for Delphi2006?