Delphi 2005 and MySQL 5
Moderators: gto, cipto_kh, EgonHugeist
Delphi 2005 and MySQL 5
Can I install v6.5.1. on Delphi 2005(9) and will it support all the functions (SP and triggers) of MySQL 5.x and where can I donwload v6.5.1?
Thanx
Kite
Thanx
Kite
Hi Kite,
you can install ZeosLib 6.5.1 (alpha) on D2005. But you have to get it from CVS. Here is a short description by Lightning on how to achieve this.
Hope it will help!
you can install ZeosLib 6.5.1 (alpha) on D2005. But you have to get it from CVS. Here is a short description by Lightning on how to achieve this.
Hope it will help!
- Domo Sokrat
- Fresh Boarder
- Posts: 5
- Joined: 15.09.2005, 06:19
- Location: Halut / Milkyway - Westside
Wel i have recommended to use Mysql 5 dll to prevent unexpected behavior, but think there wont be problems using original mysql 4.1 dll because is same api structure.Domo Sokrat wrote:Hi!
[ot]I tested Firebird 2.0 with the ZeosLib 1.5-driver. Runs as far as I can tell without any problems. No renaming of dlls or something like this [/ot]
I have created mySQL 5.0 .pas files
Hello,
I have created .pas libraries for using mysql 4.1 and mysql 5.0 altogether and therefor there's no need to rename libmysql50.dll to libmysql41.dll. Plus it makes it possible to use version mysql4.1 and 5.0 with the same version of zeos component and libmysql. I just don't know where I could post these changes or how to host them on this website.
I have created .pas libraries for using mysql 4.1 and mysql 5.0 altogether and therefor there's no need to rename libmysql50.dll to libmysql41.dll. Plus it makes it possible to use version mysql4.1 and 5.0 with the same version of zeos component and libmysql. I just don't know where I could post these changes or how to host them on this website.
So it's practically done - can I expect the 5.x support included soon. At least can it be included in the protocol list for beta testing? I have done it for me, and it woks. But to do it for me is just a kind of transactional stuff - when it will be done by Zeos developers? Can I help (altrough I see others have done it even better..)