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
>> 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
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
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
4 matches
Mail list logo