Hi, i'm trying to setup a TSQLConnection, i have downloaded the
"ZEOSDBO-6.6.1-beta", i have c++ builder 6 and MySQL 5, wich dll files
do i need to copy from the "ZEOSDBO-6.6.1-beta" directory and wich values
do i need to set in the "dbxdrivers.ini" and the "dbxconnections.ini"
in order to get my TSQLConnection to work properly?
Tank you so much!
Doubt using c++ builder and MySQL 5
Moderators: gto, cipto_kh, EgonHugeist
What a mess!
Let's start from the beggining:
ZeosLib can connect to MySQL without dbx, so these INIs aren't needed. You'll need to install Zeos into the IDE (hope it still compatible with c++ builder), drop a TZConnection and then configure it to your database. Nothing more!
Once you did this, the DLL file you need to put in the same folder of the program (or in the path) is LibMySQL5.dll.
By the way, this forum is meant to discuss the low-level Zeos connectivity layer. This problems can be solved more quickly at the 6.5.1 (alpha) - 6.6.x (beta) Forum
Let's start from the beggining:
ZeosLib can connect to MySQL without dbx, so these INIs aren't needed. You'll need to install Zeos into the IDE (hope it still compatible with c++ builder), drop a TZConnection and then configure it to your database. Nothing more!
Once you did this, the DLL file you need to put in the same folder of the program (or in the path) is LibMySQL5.dll.
By the way, this forum is meant to discuss the low-level Zeos connectivity layer. This problems can be solved more quickly at the 6.5.1 (alpha) - 6.6.x (beta) Forum
-
- Fresh Boarder
- Posts: 2
- Joined: 11.07.2007, 05:02