Page 1 of 1

MySQL 5.0 and Delphi 7

Posted: 04.12.2006, 15:10
by pttk
Hi,

I have Zeos 6.1.5 in Delphi 7.0, but need to connect MySQL 5.0

ZeosDBO (6.5.1 Alpha) supports direct connectivity to the following databases using the vendor provided, native interface:

MySQL 3.20 - 4.1
PostgreSQL 6.5 - 7.4
Firebird 1.0 - 1.5
Interbase 5.0 - 7.5
Microsoft SQL Server 7, 2000
Sybase ASE 12.0, 12.5
Oracle 9i
SQLite 2.8

What happens with MySQL 5.0

Thank

PTTK

Posted: 04.12.2006, 16:06
by mdaems
Not supported in 6.5.1 Alpha (of 2004). If you rename your mysql5 dll, you could use mysql4.1 protocol, however I advise to use 6.6.0-Beta. It's (should be) almost painless. Only the requestlive property of the connectionis changed to ReadOnly.

Mark

Posted: 04.12.2006, 16:12
by pttk
Ok, Thank

I probe with 6.6.0 BETA

PTTK

Posted: 04.12.2006, 16:52
by pttk
Sorry...,

But need uninstall 6.1.5 for install 6.6.0 Beta?

My application's work OK with 6.6.0 Beta?

Thank

PTTK