Re: [sqlite] Running Versions 2 and 3 simultaneously -- was: Re: [sqlite] sqlite 2.0 database

2005-11-08 Thread Gerry Snyder
Anton Kuznetsov wrote: - Original Message - From: "Gerry Snyder" <[EMAIL PROTECTED]> To: Sent: Tuesday, November 08, 2005 11:18 PM Subject: Re: [sqlite] Running Versions 2 and 3 simultaneously -- was: Re: [sqlite] sqlite 2.0 database BTW, do you get an error mess

Re: [sqlite] Running Versions 2 and 3 simultaneously -- was: Re: [sqlite] sqlite 2.0 database

2005-11-08 Thread Anton Kuznetsov
- Original Message - From: "Gerry Snyder" <[EMAIL PROTECTED]> To: Sent: Tuesday, November 08, 2005 11:18 PM Subject: Re: [sqlite] Running Versions 2 and 3 simultaneously -- was: Re: [sqlite] sqlite 2.0 database BTW, do you get an error message: conflicting versi

Re: [sqlite] Running Versions 2 and 3 simultaneously -- was: Re: [sqlite] sqlite 2.0 database

2005-11-08 Thread Gerry Snyder
Anton Kuznetsov wrote: Hello, Gerry. - Original Message - From: "Gerry Snyder" <[EMAIL PROTECTED]> To: Sent: Tuesday, November 08, 2005 9:44 PM Subject: [sqlite] Running Versions 2 and 3 simultaneously -- was: Re: [sqlite] sqlite 2.0 database 1) First of all, accor

Re: [sqlite] Running Versions 2 and 3 simultaneously -- was: Re: [sqlite] sqlite 2.0 database

2005-11-08 Thread Anton Kuznetsov
Hello, Gerry. - Original Message - From: "Gerry Snyder" <[EMAIL PROTECTED]> To: Sent: Tuesday, November 08, 2005 9:44 PM Subject: [sqlite] Running Versions 2 and 3 simultaneously -- was: Re: [sqlite] sqlite 2.0 database 1) First of all, according to Dr. Hipp, &

[sqlite] Running Versions 2 and 3 simultaneously -- was: Re: [sqlite] sqlite 2.0 database

2005-11-08 Thread Gerry Snyder
Anton Kuznetsov wrote: Yes. That script works with versions 2.8.16 and 3.2.7. - Original Message - From: "Gerry Snyder" <[EMAIL PROTECTED]> To: Sent: Tuesday, November 08, 2005 2:03 AM Subject: Re: [sqlite] sqlite 2.0 database Anton Kuznetsov wrote: Hello,

Re: [sqlite] sqlite 2.0 database

2005-11-08 Thread Manuel Enache
That helped me a lot! Thank you! --- Christian Smith <[EMAIL PROTECTED]> wrote: > On Mon, 7 Nov 2005, Manuel Enache wrote: > > >Can anyone provide me sqlite 2.0? I've tried with > CVS > >and I discovered that I don't know how to use CVS > to > >revert to an older version and I'm not too good at

Re: [sqlite] sqlite 2.0 database

2005-11-08 Thread Christian Smith
On Mon, 7 Nov 2005, Manuel Enache wrote: >Can anyone provide me sqlite 2.0? I've tried with CVS >and I discovered that I don't know how to use CVS to >revert to an older version and I'm not too good at >compiling sources. Log in to CVS, with anonymous access: http://www.sqlite.org/download.html#

Re: [sqlite] sqlite 2.0 database

2005-11-08 Thread Manuel Enache
If you have sqlite 2.0.8 compiled please give me a link or send an email at manuelenache AT yahoo DOT com. I can't manage to compile it... Thanks in advance! __ Start your day with Yahoo! - Make it your home page! http://www.yahoo.com/r/hs

Re: [sqlite] sqlite 2.0 database

2005-11-07 Thread Anton Kuznetsov
Yes. That script works with versions 2.8.16 and 3.2.7. - Original Message - From: "Gerry Snyder" <[EMAIL PROTECTED]> To: Sent: Tuesday, November 08, 2005 2:03 AM Subject: Re: [sqlite] sqlite 2.0 database Anton Kuznetsov wrote: Hello, Manuel. Install TCLSQLite3(h

Re: [sqlite] sqlite 2.0 database

2005-11-07 Thread R S
Are you trying to open a file by the nomenclature "-journal" file? On 11/7/05, Manuel Enache <[EMAIL PROTECTED]> wrote: > > I have a sqlite 2.0 DB and I need the data within. > > I tried open it with almost all the tools I finded. > > All say that: "file is encrypted or is not a database" > > I'm

Re: [sqlite] sqlite 2.0 database

2005-11-07 Thread Gerry Snyder
Anton Kuznetsov wrote: Hello, Manuel. Install TCLSQLite3(http://sqlite.org/tclsqlite-3_2_7.zip) and try the following script. It will convert your database into the SQLite3 database. ## package require sqlite package require sqlite3 sqlite pcdb

Re: [sqlite] sqlite 2.0 database

2005-11-07 Thread Manuel Enache
Can anyone provide me sqlite 2.0? I've tried with CVS and I discovered that I don't know how to use CVS to revert to an older version and I'm not too good at compiling sources. Thanks in advance! --- [EMAIL PROTECTED] wrote: > Manuel Enache <[EMAIL PROTECTED]> wrote: > > I'm 100% sure that the f

Re: [sqlite] sqlite 2.0 database

2005-11-07 Thread drh
Manuel Enache <[EMAIL PROTECTED]> wrote: > I'm 100% sure that the file i am trying to access is > the file that containes the database. > > Any ideeas? I don't have any... The SQLite database file format changed going from version 2.0 to version 2.1 (a change which occurred in 2001). To read a v

RE: [sqlite] sqlite 2.0 database

2005-11-07 Thread Manuel Enache
Sent: Monday, November 07, 2005 10:05 AM > To: sqlite-users@sqlite.org; [EMAIL PROTECTED] > Subject: Re: [sqlite] sqlite 2.0 database > > TCL is not my thing... :(( > > --- Guillaume MAISON <[EMAIL PROTECTED]> wrote: > > > Manuel Enache a écrit : > >

RE: [sqlite] sqlite 2.0 database

2005-11-07 Thread Downey, Shawn
[mailto:[EMAIL PROTECTED] Sent: Monday, November 07, 2005 10:05 AM To: sqlite-users@sqlite.org; [EMAIL PROTECTED] Subject: Re: [sqlite] sqlite 2.0 database TCL is not my thing... :(( --- Guillaume MAISON <[EMAIL PROTECTED]> wrote: > Manuel Enache a écrit : > > I've tr

Re: [sqlite] sqlite 2.0 database

2005-11-07 Thread Rob Lohman
Monday, November 07, 2005 3:48 PM Subject: RE: [sqlite] sqlite 2.0 database I've tried with sqlite3 and nothing: C:\sqlite>sqlite3.exe database SQLite version 3.2.7 Enter ".help" for instructions sqlite> .databases Error: file is encrypted or is not a database sqlite

Re: [sqlite] sqlite 2.0 database

2005-11-07 Thread Anton Kuznetsov
- Original Message - From: "Manuel Enache" <[EMAIL PROTECTED]> To: Sent: Monday, November 07, 2005 5:35 PM Subject: RE: [sqlite] sqlite 2.0 database I'done like Shawn said and here is the result: C:\sqlite>sqlite.exe database Unable to open database "datab

Re: [sqlite] sqlite 2.0 database

2005-11-07 Thread Manuel Enache
TCL is not my thing... :(( --- Guillaume MAISON <[EMAIL PROTECTED]> wrote: > Manuel Enache a écrit : > > I've tried with sqlite3 and nothing: > > > > > > > > C:\sqlite>sqlite3.exe database > > SQLite version 3.2.7 > > Enter ".help" for instructions > > sqlite> .databases > > Error: file is enc

Re: [sqlite] sqlite 2.0 database

2005-11-07 Thread Guillaume MAISON
Manuel Enache a écrit : I've tried with sqlite3 and nothing: C:\sqlite>sqlite3.exe database SQLite version 3.2.7 Enter ".help" for instructions sqlite> .databases Error: file is encrypted or is not a database sqlite> You said that a tcl application could access the DB ? then, instead of sp

RE: [sqlite] sqlite 2.0 database

2005-11-07 Thread Manuel Enache
te.org/download.html. > >> > >> From the command line attempt to open the > database: > >> > >> sqlite > >> > >> where >> database file. If the > >> file does not open, it is probably a damaged > file. > >> > >

RE: [sqlite] sqlite 2.0 database

2005-11-07 Thread Clay Dowling
gt;> file does not open, it is probably a damaged file. >> >> Shawn M. Downey >> MPR Associates >> 10 Maxwell Drive, Suite 204 >> Clifton Park, NY 12065 >> 518-371-3983 x113 (work) >> 860-508-5015 (cell) >> >> >> -Original Messag

RE: [sqlite] sqlite 2.0 database

2005-11-07 Thread Manuel Enache
n M. Downey > MPR Associates > 10 Maxwell Drive, Suite 204 > Clifton Park, NY 12065 > 518-371-3983 x113 (work) > 860-508-5015 (cell) > > > -Original Message- > From: Manuel Enache [mailto:[EMAIL PROTECTED] > Sent: Monday, November 07, 2005 9:06 AM > To: sq

RE: [sqlite] sqlite 2.0 database

2005-11-07 Thread Downey, Shawn
ite] sqlite 2.0 database I have a sqlite 2.0 DB and I need the data within. I tried open it with almost all the tools I finded. All say that: "file is encrypted or is not a database" I'm 90% sure that the DB is not encrypted. It is possible that the may be to old for these tools? What

[sqlite] sqlite 2.0 database

2005-11-07 Thread Manuel Enache
I have a sqlite 2.0 DB and I need the data within. I tried open it with almost all the tools I finded. All say that: "file is encrypted or is not a database" I'm 90% sure that the DB is not encrypted. It is possible that the may be to old for these tools? What tool should I use to open that DB