SQLite version

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Post Reply
Fretek
Posts: 8
Joined: Sun 13 Mar 2011 12:03

SQLite version

Post by Fretek » Fri 26 Jul 2013 20:34

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.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: SQLite version

Post by Shalex » Mon 29 Jul 2013 08:24

You can call SQLiteConnection.ServerVersion after connection object is opened.

Post Reply