Afficher un message
Vieux 21/06/2008, 16h35   #2
Jerry Stuckle
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: sqlite/PHP under OS X

Baris-C wrote:
> On Jun 20, 12:22 am, Tim Streater <timstrea...@waitrose.com> wrote:
>> Running 10.5.3. I'm trying to make a PHP command line script with sqlite
>> calls. But it fails at the first such (sqlite_open), saying "call to
>> undefined function sqlite_open ...".
>>
>> phpinfo() tells me that sqlite support is enabled.
>>
>> What am I missing?
>>
>> TIA - tim

>
> Use PDO Class, you can either use sqlite3 or sqlite2 databases..


PDO can add significant overhead to database calls, and isn't
appropriate in all instances.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
  Réponse avec citation
 
Page generated in 0,13724 seconds with 9 queries