Re: [sqlite] Beginners bad luck

2008-03-10 Thread Aharon (Rony) Shapira
y difficult to install and > the 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 (Ro

Re: [sqlite] Beginners bad luck

2008-03-09 Thread Aharon (Rony) Shapira
P 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 and use $db the message I get is: >>> >>> Warning: sqlite_open() [function.sqlite-open]:

Re: [sqlite] Beginners bad luck

2008-03-09 Thread Aharon (Rony) Shapira
> 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 and use $db the

Re: [sqlite] Beginners bad luck

2008-03-09 Thread Aharon (Rony) Shapira
gt; To: "General Discussion of SQLite Database" <sqlite-users@sqlite.org> 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]> wrot

[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
Subject: Re: [sqlite] A beginner question > Aharon (Rony) Shapira wrote: >> 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

[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