Joanne Pham wrote:

> The question is how to check the sqlite version from this 
> library(libsql3.so.0.8.6.
> 

Joanne,

Have your application execute the following SQL statement and then look 
at the result.

select sqlite_version();

This will return the versionif the library used to execute the query.

HTH
Dennis Cote
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to