Linking Back End Error

duthiedon

Donner
Local time
Today, 04:55
Joined
Dec 27, 2007
Messages
60
Have a database with a back end that I have been working on. The database resides on a USB at the moment. I was ready to deploy and now when I try to re-link the back end tables, I repeatedly have the following error:

"Your network was interrupted. To continue, close the database, and then open it again."

At first I thought this was something to do with the network, as I was moving it to a shared network drive. However, I can recreate the same issue using someone else's computer and using my USB (although it's mapped to a different drive letter).

In doing some research, I've tried a few things, including recreating the back end by importing only the table structure, but still no luck.

Any assistance would be greatly appreciated.
 
have you tried copying the BE file to the same machine where the FE file exists and then try relinking.
The error code doesn't look to be a standard Access error message, have you written in some error trapping code that will spit this out, if so try debugging it and see where it errors

David
 
Just tried using my own computer and moving the BE to another location, but no luck :( Also, I should note that the front end is now compressed ACCDE file, but still have the same issue no matter what the FE is. The error code shows up in the forum, but I haven't found an identical situation.

Correction: Sorry, I mean't to say, that I moved the DB on my own computer to another location and had no issues. It's only when I use another computer that the problem arises.
 
Last edited:
Thank you very much, your solution works. It's an odd issue and I wonder if there's an underlying issue that needs to be resolved somehow. I have also done a repair on the DB to see if that helped.

Thanks very much!
 

Users who are viewing this thread

Back
Top Bottom