Access

K

kiran

Hi All,
I am working on project where Database is placed in server. Database is in
Access, i am using adodb.Now my requirement is,multiple user on different
machine can add different records to same table how can i do it pls help

TIA
 
R

rtviper

Best methods are Replication and Synchronization. Replicas are placed in
various locations. Synchronization updates the master with the data from all
Replicas.
 
Top