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
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> --- Clay Dowling <[EMAIL PROTECTED]> wrote: > > Try opening it with an sqlite3 client as well. If

RE: [sqlite] sqlite 2.0 database

2005-11-07 Thread Clay Dowling
Try opening it with an sqlite3 client as well. If neither will open the file, it's either not an SQLite database, or it's hopelessly corrupted and you aren't getting into it. Clay Dowling Manuel Enache said: > I'done like Shawn said and here is the result: > > C:\sqlite>sqlite.exe database > U

RE: [sqlite] sqlite 2.0 database

2005-11-07 Thread Manuel Enache
I'done like Shawn said and here is the result: C:\sqlite>sqlite.exe database Unable to open database "database": file is encrypted or is not a database The file is not corupted because is used by a "program" and that program is working fine. That program is using tcl to access the data base:

RE: [sqlite] sqlite 2.0 database

2005-11-07 Thread Downey, Shawn
Download sqlite.exe (version 2.8.16 which has no numeric extension) from http://www.sqlite.org/download.html. >From the command line attempt to open the database: sqlite where mailto:[EMAIL PROTECTED] Sent: Monday, November 07, 2005 9:06 AM To: sqlite-users@sqlite.org Subject: [sqlite] sqlit