DSN-Less for SQLite DB

Just starting out? Need help? Post your questions and find answers here.
The Mexican
User
User
Posts: 16
Joined: Sat Oct 07, 2006 5:47 pm
Location: Somewhere in Mexico

DSN-Less for SQLite DB

Post by The Mexican »

Does anybody have any example on how to create a DSN-less connection string for a SQLite database?

I searched the Internet but cannot find anything.

Thanks. :shock:
User avatar
Fangbeast
PureBasic Protozoa
PureBasic Protozoa
Posts: 4791
Joined: Fri Apr 25, 2003 3:08 pm
Location: Not Sydney!!! (Bad water, no goats)

Re: DSN-Less for SQLite DB

Post by Fangbeast »

The Mexican wrote:Does anybody have any example on how to create a DSN-less connection string for a SQLite database?

I searched the Internet but cannot find anything.

Thanks. :shock:
There is no DSN connection for Sqlite as it's not client/server technology. Perhaps you meant examples for using the DLL instead of ODBC?

If so, there are examples in the forum of using the SQLITE.DLL embedded or loaded. especially, look for KIFFI's sqlite wrapper on purearea.net and also references to PBOSL (also on purearea.net) which contain his free sqlite wrapper to use the dll directly.
Post Reply