Is anyone using MySQL DAC with Borland C++Builder Pro V6.0?

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
guest

Is anyone using MySQL DAC with Borland C++Builder Pro V6.0?

Post by guest » Mon 10 Jan 2005 23:40

I have purchased the component but am having trouble finding detailed documentation.

I have been looking for an example project to see how to implement this component. I am looking for something more involved than the example that is included with the product.

Can anyone help me with a simple example to connect to a MYSQL database? Connect, check for a value, update a value then close.

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Wed 12 Jan 2005 15:34

MyDAC includes help file with description of properties for all components. Please go
to "MySQL"/"MyDAC Help" menu from C++ Builder IDE. See help about TMyConnection component and its properties how to connect to MySQL database.
Also you can see \CBuilder6\MyDac\Demos\CBuilder\CBuilder6.bpr MyDAC demo project that demonstrates how to connect and select records from the given table. MyDAC is based on Borland VCL. Please see Borland help how to update records in TDataSet.

Post Reply