On 23 Jun 2016, at 3:52am, mon siong <[email protected]> wrote:

> PHP is using sqlite3 library (http://php.net/manual/en/book.sqlite3.php)
> and C program is handle the sqlite using Serialized. 
> 
> Both of them are accessing the same DB at the same time . This can cause DB 
> corrupt ? 

No.  These two work correctly together.  You should get no corruption from 
using these two together.

Are you using any PRAGMA commands ?

What is the result of "PRAGMA journal_mode" ?

Simon.
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to