digitalmars.D - D and MYSQL or DB XML
- AEon (13/13) Mar 14 2005 I only discovers D a few days ago, but already I am considering recoding...
- J C Calvarese (5/10) Mar 14 2005 I don't know the answer to your questions, but these links might prove h...
- AEon (5/8) Mar 14 2005 Thank you... your links were exactly what I was looking for. It seems MY...
I only discovers D a few days ago, but already I am considering recoding my game stats tool (AEstats) written in ANSI C. I would love to be able to control a database from my code, though: Sofar I have been using Cygwin and Linux (Suse/Debian) to create executable for Windows and Linux. Alas ANSI C will probably never interface with MySQL or DB XML. Has anyone been able to make D use/control a database library like MySQL or DB XML? For both of these DBs C++ libs exist, but since D is no C++ lib link compatible (from D online manual), I am wondering if there is *any* way to control a "powerful widespread" database from D at all? Thanx. AEon
Mar 14 2005
In article <d14bqb$1u90$1 digitaldaemon.com>, AEon says...Has anyone been able to make D use/control a database library like MySQL or DB XML? For both of these DBs C++ libs exist, but since D is no C++ lib link compatible (from D online manual), I am wondering if there is *any* way to control a "powerful widespread" database from D at all?I don't know the answer to your questions, but these links might prove helpful: http://www.prowiki.org/wiki4d/wiki.cgi?DatabaseBindings http://www.prowiki.org/wiki4d/wiki.cgi?AllLibraries/XmlLibraries jcc7
Mar 14 2005
In article <d14cb4$1usv$1 digitaldaemon.com>, J C Calvarese says...I don't know the answer to your questions, but these links might prove helpful: http://www.prowiki.org/wiki4d/wiki.cgi?DatabaseBindings http://www.prowiki.org/wiki4d/wiki.cgi?AllLibraries/XmlLibrariesThank you... your links were exactly what I was looking for. It seems MYSQL can be fully accessed via D... awesome news. Boy am I looking forward to coding in D :) AEon
Mar 14 2005