Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search for BackEnd dbs

Status
Not open for further replies.

illini

Technical User
Aug 2, 2002
89
0
0
FR
I have a dbs with a backend on the network. I want to set up the dbs so that the user can create a backup of the backend on their hard drive (when out of the office on business). This backend copy would be read only.

I would like to set-up some code in the frondend, so that upon opening, it looks for the backend on the network. If it can't find it (or receives an error because the computer isn't connected to the network), I would like it to go straight to the reserve backend on the user's hard drive.

Has anyone done this before? I would appreciate any helpful hints or code.

Thanks.

-illini

-illini
 
Sounds like a great way to get into data concurrency problems. If you really want to do it, look at the FileSystem object and the DIR() function in the help file
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top