1. my/sql/lite wrapper?
- Posted by useless May 09, 2009
- 1037 views
Does anyone have a favorite wrapper for *sql*? I "installed" the XAAMP app from http://www.apachefriends.org/en/xampp.html , like M_sabal recommended, and get no errors when things are started. So i'd like to access it with euphoria on winxp. Suggestions?
useless
2. Re: my/sql/lite wrapper?
- Posted by bernie May 09, 2009
- 1031 views
Does anyone have a favorite wrapper for *sql*? I "installed" the XAAMP app from http://www.apachefriends.org/en/xampp.html , like M_sabal recommended, and get no errors when things are started. So i'd like to access it with euphoria on winxp. Suggestions?
useless
Whaat about just using Matt's odbc wrapper ?
http://www.rapideuphoria.com/cgi-bin/asearch.exu?dos=on&win=on&lnx=on&gen=on&keywords=odbc
3. Re: my/sql/lite wrapper?
- Posted by m_sabal May 09, 2009
- 1076 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: