Hi All

    I have a question about data synchronization. The question is:

  I have two process A & B. Both of them connect to the same database

In Process A

     insert a value into a table XX and commit.

In Process B

     select from the same table XX

   and I didn't find the inserted record.

  If I close the connection in Process B and connect it again,  I can
select this

inserted record.

    Did I do something wrong? I expect the inserted data is available
without reconnection.

BTW: I use the latest Sqlite version and WAL mode.

Regards

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

Reply via email to