[EMAIL PROTECTED] wrote:
> 
> 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.
> 

No, that isn't necessary.

> 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.
> 

If you post the code you are using to read and write the database 
someone will be able to help you straighten this out.

Dennis Cote

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

Reply via email to