How to use MYDAC in C++ Builder

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
nbn15
Posts: 1
Joined: Mon 22 Jan 2007 07:21

How to use MYDAC in C++ Builder

Post by nbn15 » Mon 22 Jan 2007 11:46

Hi
I am new to MYDAC and C++ Builder.

i am trying to acces database with mydac in c++ Builder.
but it could not work.

if u send me some documentation which will help me to write
simple application in C++ Builder by which data can be read from database.

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Mon 22 Jan 2007 12:15

If you have installed MyDAC, you can run MyDAC Help from the MySQL menu of your IDE.
Demo project for CBuilder is located in %MyDAC%\Demos\ directory. %MyDAC% is the MyDAC installation path on your computer.

You can download MyDAC Help in PDF fromat from here.

Post Reply