www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

D - D and MYSQL or DB XML

↑ ↓ ← AEon <AEon_member pathlink.com> writes:
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
↑ ↓ → Dejan Lekic <leka entropy.tmok.com> writes:
MySQL C API is written in pure C - so I do not understand "Alas ANSI C will
probably never interface with MySQL". I do not know about DB XML - my
opinion about using XML for any kind of data-storage is absurd - i use XML
only to describe data.

Regards

-- 
...........
Dejan Lekic
  http://dejan.lekic.org
  
Mar 16 2005