Page 4 of 4

Posted: Tue Sep 06, 2005 5:05 pm
by El_Choni
I've just arrived home and my computer is still below a ton of boxes in my new home. It'll take a week or so to have everything set up again. Then, I'll tell you. I haven't even had the time to test PB 3.94 yet, so...

Regards,

Posted: Thu Sep 08, 2005 8:30 pm
by the.weavster
May or may not be of interest...

SQLites functions have been wrapped into an ODBC driver so you could use the standard database commands.

I'm also pretty sure Rings posted some code somewhere in this forum for creating a DSN on the fly.

Posted: Fri Sep 09, 2005 7:50 am
by Rescator
The problem with ODBC drivers is that the client machine need to hae ODBC properly setup, and misc drivers installed.
older Windows systems need a update even to properly work.

A SQLite lib avoids any needs like this and let a app use a DB
regardless of how the system is setup.
Which is why SQLite is so popular as it is.