I inherited an unsplit DB at work. It's been running very, very slowly lately. I did a compact and repair and that helped. I have now split the database into a front end and backend. That has helped a bit as well, but I noticed the hyperlinks are broken.
Our item master table had a link field that, on click, would open up the PDF drawing files on the system. Unfortunately, the links appear to be setup as "\Drawings\<name of file>.pdf". Instead of "\\<servername>\Database\Drawings\<name of file>.pdf"
I've done some testing and running the FE from the server works fine. However, when you copy it to your own system, the hyperlinks break. No doubt because it is now looking for "My Documents\Database\Drawings\<name of file>.pdf" which does not exist.
Is there a way to run an update query that inserts the proper location into all the hyperlinks?
Our item master table had a link field that, on click, would open up the PDF drawing files on the system. Unfortunately, the links appear to be setup as "\Drawings\<name of file>.pdf". Instead of "\\<servername>\Database\Drawings\<name of file>.pdf"
I've done some testing and running the FE from the server works fine. However, when you copy it to your own system, the hyperlinks break. No doubt because it is now looking for "My Documents\Database\Drawings\<name of file>.pdf" which does not exist.
Is there a way to run an update query that inserts the proper location into all the hyperlinks?