SqliteClient in Mono 1.0.6 does not work.

Use Mono.Data.SqliteClient from Mono 1.1.4

What is your connection string?

string connectionString = "version=3,URI=file:SqliteTest.db";



Alex Chudnovsky wrote:

Hi all,

I was trying in vain to make Mono's SQLite provider to work with v3 of SQLite -- after some
investigation it appears that 1.0.6 release supports only v2 of SQLite, and while source code implies
that v3 of SQLite is supported in 1.1.4 I can't make it to use it: attempt to set version in connection like this: "version=3"
string fails with "invalid connection string" exception. Searched all of the web and could not find good
documentation on how to specify version for SQLite provider. Any ideas?


cheers,

Alex
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


_______________________________________________ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to