Re: [sqlite] Sqlite3 command line Up Arrow Not Working

2008-10-09 Thread Mark Easton
command line Up Arrow Not Working Looks like you do not have readline linked into sqlite3. Mark Easton wrote: Hi everyone, Since I have installed the new version of sqlite3, I have found that when I am in command line (sqlite3) I can no longer use up arrow to search through my command

Re: [sqlite] Sqlite3 command line Up Arrow Not Working

2008-10-09 Thread Mark Easton
Subject: Re: [sqlite] Sqlite3 command line Up Arrow Not Working Looks like you do not have readline linked into sqlite3. Mark Easton wrote: Hi everyone, Since I have installed the new version of sqlite3, I have found that when I am in command line (sqlite3) I can no longer use up

[sqlite] Sqlite3 command line Up Arrow Not Working

2008-10-05 Thread Mark Easton
Hi everyone, Since I have installed the new version of sqlite3, I have found that when I am in command line (sqlite3) I can no longer use up arrow to search through my command history. An up arrow just produces the characters ^[[A Anyone know what is going on? It is very tedious having to

Re: [sqlite] Error: malformed database schema - near )

2008-08-09 Thread Mark Easton
: Re: [sqlite] Error: malformed database schema - near ) On Fri, Aug 8, 2008 at 5:21 PM, Mark Easton [EMAIL PROTECTED] wrote: Hi, We are using SQLite version 3.3.8 on Debian linux. Every now and again we are getting corrupted databases. We suspect it is because the computer is being turned off

[sqlite] Error: malformed database schema - near )

2008-08-09 Thread Mark Easton
Hi, We are using SQLite version 3.3.8 on Debian linux. Every now and again we are getting corrupted databases. We suspect it is because the computer is being turned off mid database operation. We have given full permissions to the folder the database is in and to the database itself. The most

[sqlite] Error: malformed database schema - near )

2008-08-08 Thread Mark Easton
Hi, We are using SQLite version 3.3.8 on Debian linux. Every now and again we are getting corrupted databases. We suspect it is because the computer is being turned off mid database operation. We have given full permissions to the folder the database is in and to the database itself. The most

[sqlite] File Is Encrypted Or Is Not a Database

2007-12-04 Thread Mark Easton
I have a sqlite db file. I have tried to open it with sqlite v 3.4.1, 2.8.17 and 3.3.5 and each of these versions give me the same error File Is Encrypted Or Is Not a Database. How can I determine what version of sqlite will open this db? The perl application can open the database using the perl

RE: [sqlite] File Is Encrypted Or Is Not a Database

2007-12-04 Thread Mark Easton
I have also tried v 3.5.3 now and still cannot open the database. I guess I need the right version of sqlite3 so that I can dump to sql and then I can rebuild in a newer version. But how do I find our what version of sqlite I need? -Original Message- From: Mark Easton [mailto:[EMAIL

RE: [sqlite] File Is Encrypted Or Is Not a Database

2007-12-04 Thread Mark Easton
On 12/4/07, Mark Easton [EMAIL PROTECTED] wrote: I have also tried v 3.5.3 now and still cannot open the database. I guess I need the right version of sqlite3 so that I can dump to sql and then I can rebuild in a newer version. But how do I find our what version of sqlite I need

RE: [sqlite] File Is Encrypted Or Is Not a Database

2007-12-04 Thread Mark Easton
On 12/4/07, Mark Easton [EMAIL PROTECTED] wrote: I have also tried v 3.5.3 now and still cannot open the database. I guess I need the right version of sqlite3 so that I can dump to sql and then I can rebuild in a newer version. But how do I find our what version of sqlite I need

RE: [sqlite] File Is Encrypted Or Is Not a Database

2007-12-04 Thread Mark Easton
: [sqlite] File Is Encrypted Or Is Not a Database On Dec 4, 2007 11:02 PM, Mark Easton [EMAIL PROTECTED] wrote: Sorry, but how do I check the version of DBD::SQLite I have installed? Perl is not my thing. When I look in the Perl code I can see DBIx::SimplePerl commands. I ran the scipt below

RE: [sqlite] File Is Encrypted Or Is Not a Database

2007-12-04 Thread Mark Easton
, Mark Easton [EMAIL PROTECTED] wrote: Sorry, but how do I check the version of DBD::SQLite I have installed? Perl is not my thing. When I look in the Perl code I can see DBIx::SimplePerl commands. I ran the scipt below but it did not show any installed modules. Use cpan. As you can see

RE: [sqlite] File Is Encrypted Or Is Not a Database

2007-12-04 Thread Mark Easton
:02 PM, Mark Easton [EMAIL PROTECTED] wrote: Sorry, but how do I check the version of DBD::SQLite I have installed? Perl is not my thing. When I look in the Perl code I can see DBIx::SimplePerl commands. I ran the scipt below but it did not show any installed modules. Use cpan. As you

RE: [sqlite] File Is Encrypted Or Is Not a Database

2007-12-04 Thread Mark Easton
: sqlite-users@sqlite.org Subject: Re: [sqlite] File Is Encrypted Or Is Not a Database On Dec 4, 2007 11:02 PM, Mark Easton [EMAIL PROTECTED] wrote: Sorry, but how do I check the version of DBD::SQLite I have installed? Perl is not my thing. When I look in the Perl code I can see DBIx