Re: [sqlite] Beginners bad luck

2008-03-10 Thread Aharon (Rony) Shapira
plugins needed for the Catlyst Tutorial are harder. In fact I think > PHP might be easier to compile, but then using Zend Framework is > terribly difficult. > > Best Regards > > Bob Cochran > Greenbelt, Maryland, USA > > > > Aharon (Rony) Shapira wrote: >> I

Re: [sqlite] Beginners bad luck

2008-03-09 Thread Aharon (Rony) Shapira
d. Use PDO to get Sqlite3. > > P Kishor wrote: >> On 3/9/08, Aharon (Rony) Shapira <[EMAIL PROTECTED]> wrote: >> >>>Sorry. When I set $db and use $db the message I get is: >>> >>> Warning: sqlite_open() [function.sqlite-open]: file is encrypted or is

Re: [sqlite] Beginners bad luck

2008-03-09 Thread Aharon (Rony) Shapira
Database" Sent: Sunday, March 09, 2008 6:48 PM Subject: Re: [sqlite] Beginners bad luck > PHP has Sqlite V2 embedded. Use PDO to get Sqlite3. > > P Kishor wrote: >> On 3/9/08, Aharon (Rony) Shapira <[EMAIL PROTECTED]> wrote: >> >>>Sorry. When I set $db a

Re: [sqlite] Beginners bad luck

2008-03-09 Thread Aharon (Rony) Shapira
gt; To: "General Discussion of SQLite Database" Sent: Sunday, March 09, 2008 5:02 PM Subject: Re: [sqlite] Beginners bad luck >I don't know how PHP's db connector works but... > > On 3/9/08, Aharon (Rony) Shapira <[EMAIL PROTECTED]> wrote: >> >> I

[sqlite] Beginners bad luck

2008-03-09 Thread Aharon (Rony) Shapira
I created a simple table named "books" in "library.db". After entering "select * from books" I saw the data that I put into it. When trying to access it through php: $file = "library.db"; // open database file $handle = sqlite_open($db) or die("Could not open database"); I got the following: "

Re: [sqlite] A beginner question

2008-03-05 Thread Aharon (Rony) Shapira
Thanks. That was the problem. I hope my next questions will be more interesting. - Original Message - From: "Dennis Cote" <[EMAIL PROTECTED]> To: "General Discussion of SQLite Database" Sent: Wednesday, March 05, 2008 10:04 PM Subject: Re: [sqlite] A beginner

[sqlite] A beginner question

2008-03-05 Thread Aharon (Rony) Shapira
I am running under Windows. Downloaded sqlite-3_5_6.zip to access and modify the data bases. After unzipping I got sqlite3.exe. I run it and I cannot create a database. Strangely enough I can create a table which stays on until I quit. I guess that the problem is that the >sqlite3 test.db comman