Current Status of El Choni's SQLite Library?

Everything else that doesn't fall into one of the other PB categories.
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post 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,
El_Choni
User avatar
the.weavster
Addict
Addict
Posts: 1581
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Post 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.
User avatar
Rescator
Addict
Addict
Posts: 1769
Joined: Sat Feb 19, 2005 5:05 pm
Location: Norway

Post 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.
Post Reply