Barry Roberts wrote: > > InvalidOperationException: code = Misuse (21), message = > System.Data.SQLite.SQLiteException (0x800007EF): bad parameter or other API > misuse >
Are you using multiple AppDomains? Do you have other threads in the process accessing SQLite via its native API while the connections are being created? Any details you could provide in order to reproduce this could be useful. -- Joe Mistachkin _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

