[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.odbcnet

Synchronizing a Master database with a Local database

Terry Olsen

9/25/2009 3:09:00 PM

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