I'm sorry? That's exactly what Alex was asking for, he needs to know the
version of SQLite DLL that Mono picked up.

Via query,

'select sqlite_version()' -> '3.3.4'

Via function,

sqlite3_libversion() -> '3.3.4'

Cheers!

-Boris

-- 
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5

[EMAIL PROTECTED]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

-----Original Message-----
From: Jay Sprenkle [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 03, 2006 12:29 PM
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] Programmatical determination of sqlite version via
SQL?

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/

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to