Hello

p i'm using sqlite3, but with php5 i had to install php5-sqlite. is the 
p sqlite i'm using with php5 on debian version 2? could this be the
p problem? or is it something else?

PHP uses SQLite2 in its normal extension. But the PDO extension uses 
SQLite3, so you can use that extension instead and also access the DB from 
the sqlite3 command line program.

php -i | grep -i sqlite will tell you the versions that are being used on 
your machine.

Swithun.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to