Re: [sqlite] using sqlite3 in php

2006-02-20 Thread Firman Wandayandi
On 2/20/06, Lloyd Thomas <[EMAIL PROTECTED]> wrote: > sqlite3 is available in 5.1 using the pdo extensions. > have a look at www.php.net/pdo > I had the same problem with an app I wrote in delphi to insert records and > used php front end to select records > The lastest SQLite library on PDO is 3.

Re: [sqlite] using sqlite3 in php

2006-02-19 Thread Lloyd Thomas
sqlite3 is available in 5.1 using the pdo extensions. have a look at www.php.net/pdo I had the same problem with an app I wrote in delphi to insert records and used php front end to select records Lloyd - Original Message - From: "jack wu" <[EMAIL PROTECTED]> To: Sent: Monday, Febru

Re: [sqlite] using sqlite3 in php

2006-02-19 Thread Mauricio M. Maia
You can use the PDO extension. http://php.net/pdo http://www.php.net/manual/en/ref.pdo-sqlite.php MaurĂ­cio M. Maia www.semjanelas.net jack wu wrote: apparently sqlite3 is not available in php5. i am wondering if there is anyway to work around it. i have a c++ program which works with sqlite3