Re: [sqlite] Re[sqlite] garding software of SQlite2.1

2007-10-26 Thread Kees Nuyt
[Default] On Thu, 25 Oct 2007 21:04:44 -0700 (PDT), Vijaya
Lakshmi <[EMAIL PROTECTED]> wrote:

>Hi all,
>  I need small help regarding software .Acutually my application was
>developed in SQLite2.1 by some body now i need SQLite2.1 version.Actually I
>found SQLite3 version but by using this software i am unable to run my
>application.please let me know from which site i can get SQLite2.1 version
>software.
>thank for ur help in advance.
>
>vijaya

http://www.sqlite.org/download.html
Scroll to: Historical Binaries And Source Code

You will find 2.8.17 there.
2.8.17 is outdated but stable.
You should try 2.8.17, 2.1 is really obsolete.
See http://www.sqlite.org/cvstrac/timeline for changes, at the
bottom you can specify what you want to see.

If 2.8.17 really is not an option for you, you'll have to try to
get an earlier version from CVS, or try to download an earlier
version by specifying the version you need by hand, using the
same naming scheme as the versions listed on the download page.
Often the older files are still there, just not listed anymore
on the download page.

Upgrading to 3.5.1 might be less difficult than you first think,
and v2 databases can usually be converted easily to v3 with:
sqlite2 yourv2.db .dump | sqlite3 yourv3.db

HTH
-- 
  (  Kees Nuyt
  )
c[_]

-
To unsubscribe, send email to [EMAIL PROTECTED]
-



[sqlite] Re[sqlite] garding software of SQlite2.1

2007-10-25 Thread Vijaya Lakshmi

Hi all,
  I need small help regarding software .Acutually my application was
developed in SQLite2.1 by some body now i need SQLite2.1 version.Actually I
found SQLite3 version but by using this software i am unable to run my
application.please let me know from which site i can get SQLite2.1 version
software.
thank for ur help in advance.

vijaya
-- 
View this message in context: 
http://www.nabble.com/Regarding-software-of-SQlite2.1-tf4695062.html#a13420537
Sent from the SQLite mailing list archive at Nabble.com.


-
To unsubscribe, send email to [EMAIL PROTECTED]
-