Re[2]: [sqlite] PHP 5.0.2 / Win sqlite_query problem

2004-10-23 Thread Bertrand Mansion
Radek Hulán wrote: >>> When I try to execute the same query using sqlitecc.exe it works just fine. >>> > >DRH> This fact suggests that the problem is in PHP or the application program, >DRH> not in SQLite. > >There can hardly be any problem with sqlite_query($db,$query) application >code... Is S

Re[2]: [sqlite] PHP 5.0.2 / Win sqlite_query problem

2004-10-21 Thread Radek Hulán
>> When I try to execute the same query using sqlitecc.exe it works just fine. >> DRH> This fact suggests that the problem is in PHP or the application program, DRH> not in SQLite. There can hardly be any problem with sqlite_query($db,$query) application code... Is SQLite in PHP 5.0.2 supposed

Re: [sqlite] PHP 5.0.2 / Win sqlite_query problem

2004-10-21 Thread D. Richard Hipp
Radek Hulán wrote: When I try to execute the same query using sqlitecc.exe it works just fine. This fact suggests that the problem is in PHP or the application program, not in SQLite. -- D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565

[sqlite] PHP 5.0.2 / Win sqlite_query problem

2004-10-21 Thread Radek Hulán
I am trying to migrate my opensource project (http://blogcms.com/) from MySQL 4.0 (mysql) and MySQL 4.1 (mysqli) to SQLite as well. Seems pretty easy with DB layer, but... when I open DB via sqlite_open() and execute few CREATE TABLE queries, via sqlite_query(), the connection is dropped and I c