PDA

Click to See Complete Forum and Search --> : Updating Database with another Database ?


joe_brennan
Feb 3rd, 2000, 09:26 PM
I would like any suggestions on how best to do the following.

I have an Access97 Database on a server with my exe. The users can then click on a shortcut to
run the program from their workstations.

One user connects to the network with a laptop.

She would like to be able to run the program when she's not connected
to the server.

I'm very open to any way of doing this.

I'll need a database on her laptop, but any of the specifics
of implementing this are beyond me.

Thanks a milion in advance.

JHausmann
Feb 4th, 2000, 03:19 AM
The Access DB can be copied with a simple file copy. You probably should set the program up so that it accesses one of two local DB's. One will be a database of linkages to the server, the other is a copy of the server. Your code will need to figure out 1) if the database on the server is more up-to-date than the one on the laptop and 2) which database you want to use.