1. MySQL
- Posted by mcurry Dec 08, 2010
- 1260 views
Perhaps I have not looked in the right places, but I need some type of MySQL connectivity for Euphoria. Can't do it with ODBC because it's for hosted websites. SQLite works just fine, but I am concerned about multiple connections (not for the read-only tables, but for transactional stuff). Has anyone a suggestion or three? Thank you.
2. Re: MySQL
- Posted by jimcbrown (admin) Dec 08, 2010
- 1241 views
Perhaps I have not looked in the right places, but I need some type of MySQL connectivity for Euphoria. Can't do it with ODBC because it's for hosted websites. SQLite works just fine, but I am concerned about multiple connections (not for the read-only tables, but for transactional stuff). Has anyone a suggestion or three? Thank you.
I recommend trying edbi. http://bitbucket.org/jcowgar/edbi/wiki/Home
3. Re: MySQL
- Posted by mcurry Dec 08, 2010
- 1245 views
I recommend trying edbi. http://bitbucket.org/jcowgar/edbi/wiki/Home
Looks very interesting. Thanks.