Re: [sqlite] SQL error: SQL logic error or missing database

2008-03-27 Thread BanuPrakash G
, March 26, 2008 9:54 PM To: BanuPrakash G Subject: RE: [sqlite] SQL error: SQL logic error or missing database maybe a ulimit on the file size?? Have you check you systems log files (linux: /var/log/messages) HTH, Ken BanuPrakash G <[EMAIL PROTECTED]> wrote:

Re: [sqlite] SQL error: SQL logic error or missing database

2008-03-26 Thread BanuPrakash G
write permissions on mdiadb and the directory??? BanuPrakash G <[EMAIL PROTECTED]> wrote: Database or disk is full is the Error message i get from the sqlite :root> ./sqlite3 mediadb.sql SQLite version 3.5.7 Enter ".help" for instructions sqlite> CREATE TABLE t1(a INTEGER, b

Re: [sqlite] SQL error: SQL logic error or missing database

2008-03-26 Thread BanuPrakash G
sage- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of BanuPrakash G Sent: Wednesday, March 26, 2008 12:19 PM To: General Discussion of SQLite Database Subject: Re: [sqlite] SQL error: SQL logic error or missing database Even create a database i.e. ./sqlite mydb.db3 when i attemt

Re: [sqlite] SQL error: SQL logic error or missing database

2008-03-26 Thread BanuPrakash G
ilesystem 1k-blocks Used Available Use% Mounted on /dev/root 495016190848278616 41% / /dev/hda1 494984141452327984 30% /mnt :root> -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Banu

Re: [sqlite] SQL error: SQL logic error or missing database

2008-03-25 Thread BanuPrakash G
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Prabowo Murti Sent: Tuesday, March 25, 2008 9:18 PM To: General Discussion of SQLite Database Subject: Re: [sqlite] SQL error: SQL logic error or missing database BanuPrakash G wrote: > Hi, > > I have

[sqlite] SQL error: SQL logic error or missing database

2008-03-25 Thread BanuPrakash G
Hi, I have used the latest verision of sqlite i.e. sqlite-3.5.7 Amalgamation release for PPC Arch. I was able to cross compile it successfull and when i use the db to create tables I see on the SQLITE shell the ERROR message as "SQL error: SQL logic error or missing database". i.e. ./s