Both Sqlite V2 and 3 are embedded in the standard PHP release.
Albert van Bergen wrote:
Hi All,
I pretty new into sqlite.
Is it possible to open a sqb database in php?
When I use sqlite_open I do get the following warning:
Warning: sqlite_open() [function.sqlite-open]: file is encrypted or is
not a database in C:\Program Files\Apache Group\Apache2\htdocs\sql.php
on line 2
file is encrypted or is not a database
Could be that the database is encrypted (not that I' aware of), but just
want to make sure if it is possible to open an sqb database.
Albert