digitalmars.D - MySQL
- Malevolyn <Malevolyn_member pathlink.com> May 22 2004
- J C Calvarese <jcc7 cox.net> May 22 2004
- Malevolyn <Malevolyn_member pathlink.com> May 23 2004
Anyone seen a MySQL D module around? I'm trying to avoid writing one and/or using libmySQL.dll.
May 22 2004
Malevolyn wrote:Anyone seen a MySQL D module around? I'm trying to avoid writing one and/or using libmySQL.dll.
Take a look at... http://www.wikiservice.at/d/wiki.cgi?DatabaseBindings#MySQL The bindings listed were only advertised to work on Linux, but it might be pretty easy to get them to work on Windows. Good luck. -- Justin (a/k/a jcc7) http://jcc_7.tripod.com/d/
May 22 2004
Looks like the module works fine on Windows. I'll fix the two link warnings later. OPTLINK : Warning 23: No Stack OPTLINK : Warning 134: No Start Address
May 23 2004








Malevolyn <Malevolyn_member pathlink.com>