I've got two processes running. Each has it's own instance of the database
open. When I update the database from process 1 the select on that data
from process 2 doesn't see the change.....

Of course if I close and re-open I see the change but surely that's not
how this has to work.

I'm reading an SPI bus for my data and updating a table that is then read
and the updated data is displayed on a GUI (different processes).

What am I doing wrong here? Tried to do a commit but that doesn't seem to
work either.

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

Reply via email to