Doubt using c++ builder and MySQL 5

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
JackGorder
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 11.07.2007, 05:02

Doubt using c++ builder and MySQL 5

Post by JackGorder »

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!
gto
Zeos Dev Team
Zeos Dev Team
Posts: 278
Joined: 11.11.2005, 18:35
Location: Porto Alegre / Brasil

Post by gto »

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
Use the FU!!!!!IN Google !

gto's Zeos Quick Start Guide

Te Amo Taís!
JackGorder
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 11.07.2007, 05:02

Post by JackGorder »

I my...i was missing a lot of things, sorry!
I have installed the components and it works fine, thank you so much for your help.
Post Reply