How to know what sqlite version

Forum related to SQLite

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
yapt
Junior Boarder
Junior Boarder
Posts: 26
Joined: 17.06.2008, 20:32

How to know what sqlite version

Post by yapt »

How can I know what Sqlite version is my software using ?

I am trying to show ClientVersionStr and ServerVersionStr but both of them is showing me '0.0.0' version.

I am using Zeos 6.6.2 RC

Greetings...
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Sorry, that's only possible by implementing these functions for SQLite using the sqlite3_libversion_number() API call... (which I hope you voluteer for ;) ) or by doing 'select sqlite_version()'.

If you choose for implementing : just drop the code here... I'll be happy to integrate it.

Mark
Image
Post Reply