Hello,

I'm using a C compiled program to write exclusively to a database, and a php 
script for reading only (that communicates via socket).
I know I can use sqlite3_open_v2() with SQLITE_OPEN_READONLY in C, but there is 
a way to open a database for readonly in php (since just one C program is used 
for writing)?
Thank you for help
Ismael

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

Reply via email to