Beginning MySQL Tutorial One of the fastest SQL (Structured Query Language) database servers currently on the market is the MySQL server, developed by T.c.X. DataKonsultAB. MySQL, available for download at http://www.mysql.com, offers the data base programmer with an array of options and capabilities rarely seen in other database servers. What's more, MySQL is free of charge for those wishing to use it for private and commercial use.
| Name: |
brian |
| Subject: |
Re: How can I connect to a mySQL sever using Borland C++ Builder |
| Date: |
06-26-2000 01:36PM |
I'm also trying to do the same, Ive got a bit closer but I am still getting linker errors which is probably just my setup, this might work for you though.
#include
typedef SOCKET Socket;
#include "mysql.h"
The mysql.h file comes with the mysql distribution.
If this works please let me know, if not your best bet is to download myODBC and make your program use ODBC, bonus is that it makes your program work with any database.
|
Other posts in this thread:
Reply to this post:
|
 |
Visit the MySQL Forum!
New On DevShed:
Hot Forum Topics:
|