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.
SQLite version
Re: SQLite version
You can call SQLiteConnection.ServerVersion after connection object is opened.