On Sat, 14 Jul 2012 12:51:54 -0500, Anthony Presley <[email protected]> wrote:
>Our application uses SQLite with an older version of the .NET DLL, and >we're using version 1.0.65.0 > >Unfortunately, I don't know what version the underlying SQLite library >actually is ... how would I find out? We are running into some insert >performance issues - and want to try out the journal_mode=wal .... I'm just >not sure that we can actually do that with the version we have. SELECT sqlite_version(); http://www.sqlite.org/lang_corefunc.html >Thanks! -- Regards, Kees Nuyt _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

