Page 1 of 1

SQLite version

Posted: Fri 26 Jul 2013 20:34
by Fretek
I wonder what version of sqlite it is in latest release of dotConnect?How can I check this myself? Is there any method that can be called to fetch sqlite version?

EDIT: Calling "SELECT sqlite_version() AS 'SQLite Version'" is ONE solution.

Re: SQLite version

Posted: Mon 29 Jul 2013 08:24
by Shalex
You can call SQLiteConnection.ServerVersion after connection object is opened.