Re: my/sql/lite wrapper?
- Posted by m_sabal May 09, 2009
- 1075 views
I was also going to suggest the ODBC wrapper. There is a mysql library in the archives for direct API access, but it may need a handful of tweaks to run with the latest version on MySQL on Windows. Going the ODBC route gives you the added advantage that the database and program can be living on different computers, which may be important when you start hitting the memory ceiling of the PC. Windows does not have a driver for MySQL-ODBC natively, but you can download it here:
http://dev.mysql.com/downloads/connector/odbc/5.1.html