[Solved] Real-Time Data Update/Refresh
Posted: Fri Sep 18, 2015 2:51 pm
Hey all,
So I created a split-database running in JDBC mode and using HSQL respectively for a new database here at work. I'm able to edit the data on multiple computers at the same time. However, the data doesn't refresh real-time for the other computers, unless they close out of the ODB file and open it back up. To make it easier to visualize, let me give you a scenario:
I'm entering data into a form on Computer A, while Computer B is viewing the form as well. When I'm completed entering data on Computer A, I save the form and refresh. However, Computer B doesn't see that new data, unless Computer B closes out of OpenOffice and opens it back up. Even if Computer B refreshes the form, it still doesn't update. I want Computer B to see the updated data in real-time.
I need to be able to incorporate real-time data update for project management (ie. showing the status of a client sample, what samples are in the queue, etc.)
Any help would be greatly appreciated! Thank you!
So I created a split-database running in JDBC mode and using HSQL respectively for a new database here at work. I'm able to edit the data on multiple computers at the same time. However, the data doesn't refresh real-time for the other computers, unless they close out of the ODB file and open it back up. To make it easier to visualize, let me give you a scenario:
I'm entering data into a form on Computer A, while Computer B is viewing the form as well. When I'm completed entering data on Computer A, I save the form and refresh. However, Computer B doesn't see that new data, unless Computer B closes out of OpenOffice and opens it back up. Even if Computer B refreshes the form, it still doesn't update. I want Computer B to see the updated data in real-time.
I need to be able to incorporate real-time data update for project management (ie. showing the status of a client sample, what samples are in the queue, etc.)
Any help would be greatly appreciated! Thank you!