On 1/6/07, Joshua Tauberer <[EMAIL PROTECTED]> wrote:
I think you just need to tack on ";version=3" to the connection string, or rename sqlite.dll to sqlite3.dll. iirc, sqlite_compile is a sqlite version 2 api call --- all of the version 3 calls have a "3" in them.
Yup, using a ",version=3" and renaming the dll solved the problem. You can use Mono.Data.SqliteClient with both Mono and MS .NET. Thanks for the clarification Josh!
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
