Page 1 of 1

DSN-Less for SQLite DB

Posted: Fri Oct 27, 2006 4:37 pm
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:

Re: DSN-Less for SQLite DB

Posted: Sat Oct 28, 2006 12:43 am
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.