Multiple access to sqlite db
General and Desktop
2
Posts
2
Posters
1.0k
Views
2
Watching
-
Hi
My application makes use of an sqlite database that needs to be shared amongst multiple instantiations of the application.
Can anyone please suggest how I can implement this such that if one instantiation of the application updates the database then any other instantiations that are running get notified.Thanks