can someone please guide me to a good tutorial on how to connect to a mysql server using the C API?
i am using Turbo C as my C environment.
thanks in advance steve
If you want a WIN connection MySQL has an OBDC driver you can install and then take a look at setting up DSN
If you want to run in console mode just include the MySQL libs and connect that way
Yeldah hdwt.com
Check out New Riders publishing house (www.newriders.com i belive... ) there u'll find a sample chapter of Paul Dubois book "MYSQL", the C API for mysql 🙂 happy coding.