Is it possible (if so how) to programmatically determine version of sqlite that is in use?

Ie something like this: select @@version

The reason I ask is because I have some .NET code that uses Mono as run-time, and it seems that in some cases Mono picks some other sqlite DLL than the one desired (and known to work), so I thought to use version check.

regards,

Alex

Reply via email to