On 4/3/06, Alex Chudnovsky <[EMAIL PROTECTED]> wrote:
> 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.

This gets the DLL's version number, which may or may not help very much...
http://www.codeguru.com/cpp/w-p/dll/article.php/c113/

Reply via email to