PHP use 3.7.7.1 and my c program use 3.8.4.3 . Different version of sqlite is 
fine ?
I tried WAL and Delete Journal Mode , both type cause the db to corrupt . 

Under which scenario, two different global variables will be used ? 
 

    On Thursday, June 23, 2016 11:13 AM, Simon Slavin <slav...@bigfraud.org> 
wrote:
 

 
On 23 Jun 2016, at 3:52am, mon siong <monsi...@yahoo.com> 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
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users


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

Reply via email to