There are quite a few wrappers out there and most incoporate SQLite within
the actual wrapper so yes, you would have to get a later version of your
.Net DLL.

You could switch to one of the non-incorporating wrappers that dynamically
link to the SQLite DLL at runtime.
That way you can upgrade SQLite simply by distributing the latest version of
the SQLite DLL.

Steve

-----Original Message-----
From: Unnikrishnan Nair [mailto:[EMAIL PROTECTED]
Sent: 17 August 2004 22:12
To: [EMAIL PROTECTED]
Subject: Re: [sqlite] .db file size is not changing


I am using sqlite for .Net dll for my programs. Do I
have to change the dll if I change the sqlite from
2.8.0 to 2.8.15?

--- Will Leshner <[EMAIL PROTECTED]> wrote:

> Unnikrishnan Nair wrote:
>
> > I am using 2.8.0
>
> You might want to give 2.8.15 a try because I do
> think there was a VACUUM bug fixed recently.
>




__________________________________
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail



Reply via email to