Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Synchronizing a Master database with a Local database

0 views
Skip to first unread message

Terry Olsen

unread,
Sep 25, 2009, 11:08:36 AM9/25/09
to
I would prefer to just use SQL and eliminate this problem but corp won't
allow it so i'm using SQLite. If a user is on the LAN, performance of
the app against the database is great. However, if accessing the
database from the WAN, it can take minutes to execute a query or update.

I'd like to make the app use a local database so that performance
doesn't suffer. I'd then like to be able to update the "master" database
with any changes made to the local database, whether it be Inserts,
Updates, or Deletes.

Is there any simple way to do this?

*** Sent via Developersdex http://www.developersdex.com ***

0 new messages