Jim Franklin
unread,May 22, 2012, 12:39:33 PM5/22/12Sign in to reply to author
Sign in to forward
Sign in to report message as abuse
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi,
I am writing a small app which distributes an Access database around various
computers on a network for one of my clients.
The app is a standard Front End / Back End Access setup. One of the
computers that the Front End is installed on also stores the Back End.
My question is this: if I re-link the tables on this one machine, using the
full UNC path, does this slow the application down compared to if I re-link
it using a C:\ drive address.
For example (the computer name is Till)
\\Till\MyProgram\xxx_BE.mdb
or
C:\MyProgram\xxx_BE.mdb
Any help would be very much appreciated!
Thanks,
Jim