473,761 Members | 5,848 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2343
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*******@yaho o.comwrote in message
news:11******** *************@l 70g2000hse.goog legroups.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******@bigfo ot.comwrote in message
news:11******** **************@ r34g2000hsd.goo glegroups.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...@bigfo ot.comwrote in message

news:11******** **************@ r34g2000hsd.goo glegroups.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******@bigfo ot.comwrote in message
news:11******** *************@o 61g2000hsh.goog legroups.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
2907
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 found that there is an include file that references images: <img src = "/images/Header.gif" What worked correctly on the production server breaks on mine because of the absolute address "/images". I removed the absolute address and changed...
24
4494
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 with a link to http://www.domain2.com/page2.html you can abbreviate the second link as //www.domain2.com/page2.html
8
42520
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! Basically I have a page such as this: http://members.rogers.com/asadkhan2/prob2.jpg
1
3313
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 appear to work, because the base being used is the Common7\IDE directory, not my original source directory. Here is the situation: MyApp directory contains the file Form1.cs, Form1.xml, and Generic.xml. There is also a subdirectory called...
4
1426
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 '/images/image1.gif' that works on my live server doesn't work (because it points back to the root of my website, not that of my virtual directory)? Cheers
4
7863
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 injected. If I specify a document-relative path (e.g., src="../someFolder/AnotherFolder/TheGraphic.gif"), then it works fine, but only for documents that exist at the level in the directory structure. I thought I could use a root-relative...
2
1880
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 work in all cases. For instance, assume I have a "/mysite/images" subdirectory with mybackground.gif and mygif.gif in there. Further assume I have a master page called mastertest.aspx located in /mysite/myfolder".
8
28525
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 way to have the location of the external text file be a relative, rather than absolute path (to be .\textfile.txt rather than C:\dir\textfile.txt)? Any advice that can be provided would be provided would be greatly appreciated/
1
3954
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 directory contains a subdirectory "/images" each of which contains a different image with the same filename "entryimage.jpg" Here's the css class I've got that is not relative: ****************** .bgentrypagepic { background-image:...
0
9336
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10111
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9902
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9765
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8770
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5215
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5364
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3866
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3446
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.