Page 1 of 1

How to know what sqlite version

Posted: 07.03.2009, 16:16
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...

Posted: 20.03.2009, 22:36
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