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
- 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
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
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, &
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,
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
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#
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
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
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
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
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
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
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 :
> >
[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
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
- 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
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
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
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
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
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:
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
23 matches
Mail list logo