DDBI and SQLite Troubles

Chris R. Miller lordSaurontheGreat at gmail.com
Thu Jun 5 18:25:06 PDT 2008


In an insane fit of daring, I started chopping up a local copy of DDBI 
to figure out why I cannot get it to work with SQLite.  At first I was 
receiving cryptic messages like:

Error: identifier 'SqliteDatabase' is not defined

And I eventually tracked it down to a bunch of version statements in the 
SQLite section that prevent it from building SQLite support into the 
library.  Unfortunately, when I removed those statements it presented me 
with a host of errors associated with the library's internal workings. 
I've been working to correct them, but the steps aren't really pertinent 
to my question.

Has anyone been maintaining the SQLite layer of DDBI, or is it either 
fix it or leave it if I want to use it?

A quick trip to DSSS's lib folder (which was built from an unmangled 
copy) shows that all the drivers except for Infobase are basically not 
there (4KB lib files as opposed to 73KB for ib).  I think this means 
that no one has been maintaining SQLite.  Am I correct?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 258 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20080605/5d1017f7/attachment.pgp>


More information about the Digitalmars-d mailing list