Access Database Synchronizing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I have developed a software which is to run on multiple PCs on a network
sharing the same database on an inhouse server. There is another database
which has some similar tables that sites on a server where the website is. I
need to have the common tables synchronized. How is this possible and what
issues will I have in doing this?
Well there be a problem if the synchronization happens when someone is using
our software which is making some changes to that table at the same time? Or
if someone on the website is entering some information that updates the
database?

I am using Visual Studio 2005 with C#. Access Database.
 
Back
Top