Posted: 8/2/2006 4:55:55 AM EDT
|
im working on a small inventory control program for use within the company. i have a MySQL server on a red hat box and the client im working on will be installed on several windows machines... but i cant get an API that works.. has anyone used C++ and MySQL together? how did you do it?
|
|
Here is the windows mysql connector libraries: dev.mysql.com/downloads/connector/odbc/3.51.html This is the documentation for using them: dev.mysql.com/doc/refman/5.1/en/myodbc-connector.html It does contain code examples. This looks more geared for what you want: tangentsoft.net/mysql++/ Hope this helps. -Foxxz |