473,395 Members | 1,677 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Relative table link to a different directory

Hi All,

I have found a version of my answer on GG, but I have not been able to
find my exact answer, thus the post.

I am using Access 2000

Situation:
I have a multi user frontend database located at 'O:\FE.MDB'. This
database contains tables linked to the backend 'M:\BE.MDB' (names have
been changed to protect the innocent). These tables were linked via
the Linked Table Manager and were created using an absolute path
(using the drive letter).

I want to be able to link to the tables using the server name rather
than the drive letter.

What I have = "M:\BE.MDB"
What I want = "\\Server\root\BE.MDB"

Keep in mind that the frontend resides on an entirely different server
that the backend (all of the solutions I have come across require the
frontend and backend to be in the same folder).
Is this even possible?

Aug 1 '07 #1
6 2323
unless you need to link the tables dynamically at runtime, it's easy enough
to do this manually - once, before distributing the FE to your users -
without using any code, etc. suggest you open the FE and delete all linked
tables, then compact the db. then from the menu bar choose File | Get
External Data | Link Tables. when the link dialog comes up, navigate to the
BE.mdb through Network Neighborhood (or My Network Places, or whatever it's
called on your PC) rather than through the mapped drive letter route. follow
through the rest of the dialog to choose the tables to link, etc, and you're
done.

and if you haven't already, distribute the FE database to each user - don't
allow all your users to open the same, single FE database regardless of
where it's housed.

hth
"Matt" <md*******@yahoo.comwrote in message
news:11*********************@l70g2000hse.googlegro ups.com...
Hi All,

I have found a version of my answer on GG, but I have not been able to
find my exact answer, thus the post.

I am using Access 2000

Situation:
I have a multi user frontend database located at 'O:\FE.MDB'. This
database contains tables linked to the backend 'M:\BE.MDB' (names have
been changed to protect the innocent). These tables were linked via
the Linked Table Manager and were created using an absolute path
(using the drive letter).

I want to be able to link to the tables using the server name rather
than the drive letter.

What I have = "M:\BE.MDB"
What I want = "\\Server\root\BE.MDB"

Keep in mind that the frontend resides on an entirely different server
that the backend (all of the solutions I have come across require the
frontend and backend to be in the same folder).
Is this even possible?

Aug 2 '07 #2
Hi Tina,

On Aug 2, 4:26 am, "tina" <nos...@address.comwrote:
and if you haven't already, distribute the FE database to each user - don't
allow all your users to open the same, single FE database regardless of
where it's housed.
This is new to me. What goes wrong if users share access to a common
front end database on a network drive?

Thanks,

Chris

Aug 2 '07 #3
see http://www.granite.ab.ca/access/splitapp/index.htm.

hth
"cjakeman" <cj******@bigfoot.comwrote in message
news:11**********************@r34g2000hsd.googlegr oups.com...
Hi Tina,

On Aug 2, 4:26 am, "tina" <nos...@address.comwrote:
and if you haven't already, distribute the FE database to each user -
don't
allow all your users to open the same, single FE database regardless of
where it's housed.

This is new to me. What goes wrong if users share access to a common
front end database on a network drive?

Thanks,

Chris

Aug 2 '07 #4
On Aug 2, 9:40 am, "tina" <nos...@address.comwrote:
seehttp://www.granite.ab.ca/access/splitapp/index.htm.

hth

"cjakeman" <cjake...@bigfoot.comwrote in message

news:11**********************@r34g2000hsd.googlegr oups.com...
Hi Tina,
On Aug 2, 4:26 am, "tina" <nos...@address.comwrote:
and if you haven't already, distribute the FE database to each user -
don't
allow all your users to open the same, single FE database regardless of
where it's housed.
This is new to me. What goes wrong if users share access to a common
front end database on a network drive?
Thanks,
Chris- Hide quoted text -

- Show quoted text -


Thank you ... I actually found some code to do this on GG after some
more searching.

Tina - It is opened through a .BAT file that copies it to the users
local machine each time they open it.

Aug 2 '07 #5
On Aug 2, 2:40 pm, "tina" <nos...@address.comwrote:
seehttp://www.granite.ab.ca/access/splitapp/index.htm.
Thanks for the link, but it does answer the question I was trying to
ask. Your link is about splitting a database into front end and back
end and I agree that this has lots of advantages for maintenance etc..

But you also recommended
"distribute the FE database to each user - don't allow all your users to open the same, single FE database regardless of
where it's housed.
Why did you say this? What problems arise if multiple users share a
single front-end MDB file on a shared drive rather than have local
copies?

Thanks,
Chris
Aug 3 '07 #6
see http://www.members.shaw.ca/AlbertKal...plit/index.htm

hth
"cjakeman" <cj******@bigfoot.comwrote in message
news:11*********************@o61g2000hsh.googlegro ups.com...
On Aug 2, 2:40 pm, "tina" <nos...@address.comwrote:
seehttp://www.granite.ab.ca/access/splitapp/index.htm.

Thanks for the link, but it does answer the question I was trying to
ask. Your link is about splitting a database into front end and back
end and I agree that this has lots of advantages for maintenance etc..

But you also recommended
"distribute the FE database to each user - don't allow all your users
to open the same, single FE database regardless of
where it's housed.

Why did you say this? What problems arise if multiple users share a
single front-end MDB file on a shared drive rather than have local
copies?

Thanks,
Chris


Aug 4 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

15
by: Nick K. | last post by:
I recently began maintenance work on a production web server that is located in the root directory of a web server. I moved this into a sub web on my local web server in order to do work on it. I...
24
by: sinister | last post by:
After doing a websearch, it appears that it's OK to omit the "http:" to form a relative URL. Are there any pitfalls to this? For example, if there is a page http://www.domain1.com/page1.html...
8
by: Asad | last post by:
Hi, I am basically trying to accomplish drop down menus for navigation on a site. And I'm pretty much done except I am having one problem. The z-index is not working with relative positioning! ...
1
by: Alex VanderWoude | last post by:
I am trying to <include> some text into an XML documentation topic, but that text is stored in a file that is in a different directory than the "current" XML file. Using a relative path does not...
4
by: Alan Roberts | last post by:
Hi How do I refernece links so that they work on both my development and live servers? On my development machine, my web site exists in a virtual directory so a relative link such as...
4
by: Win, Pats | last post by:
I have a snippet of HTML that I inject into a number of pages throughout my Web site at runtime. My problem is that I'm not getting the image to appear in all documents into which this snippet is...
2
by: Steve Franks | last post by:
I am familiar with the fact that you have to use runat=server and links staring with "~/" to ensure proper mapping of paths to relative URLs when using master pages. However this does not seem to...
8
by: ghadley_00 | last post by:
Hi, I have an access database with a table linked to an external text file. Occasionally the location of the database and the text file change (but are always in the same directory). Is there a...
1
by: miranda | last post by:
I have a different table background image to be displayed for pages residing under different directories. I want the css script to indicate the table background image relative to each page. Each...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.