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.2.8, the file format of SQLite
3.3.0 has been changed, take a look
http://www.sqlite.org/formatchng.html for detail.

> Lloyd
>

--
Firman Wandayandi
Never Dreamt Before: http://firman.dotgeek.org/
Wishlist: http://www.amazon.com/gp/registry/1AAN8NZBHW2W9


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, but i would 
also like my php script to use the same database.
   
  jack.