Can I synchronize replicated Access db's with VB.Net?

  • Thread starter Thread starter felecha
  • Start date Start date
F

felecha

Just learning about replication with MS Access. Replication might be
just the answer I'm looking for in a system we're building - have one
replica on the Administration station where the customer can make
changes to configuration values in the db, then synchronize it with
the replica on the control system that will need to read config
values as it runs. I began to explore it this morning, replicated a
db from my desktop to my laptop over my home network, changed data on
the laptop and synhronized it back to the db on the desktop machine.
Cool!!

But can I do that in VB.Net code?
 
Well, maybe not so good a solution. Copying in would require killing
the control system app so the copy would be allowed. My coworker
thought only replication and synchronization would allow me to make
changes without affecting the control app.
 
Back
Top