Can I append from a database on one machine across a network to a databse on another machine

D

Dave

I have laptops that trainers use while moving from place to place.

I want to populate the movable laptop and then when the trainers have access
a server, they can append that info to the main db.

Is an append across network possible?

Thanks
 
J

Jeff Boyce

Dave

If each machine has it's own copy of the database application, how will you
keep them from "clobbering" each other's appended records? What key
structure do you have on the main database (and the copies)?

Have you checked in the "replication" newsgroup?
 
Top