472,097 Members | 1,045 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

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

linking front end to back end

In the database I have, its split into front end screens and reports and
backend tables for data. Of course, this means the linked tables are
linked using the linked table wizard to the network drive mapping the server
is on.

since this database will be used by multiple people, it then means that each
user must have the same drive mapped to the same drive letter. The linked
table manager doesn't recognize UNC encoding.

The problem we run into is having so many shares available to various users
that we are running out of letters and getting everyone to use one drive is
difficult. To help that problem (and WAN traffic delays) we've opted to
run the database on a citrix server so users in multiple sites can access
the database. Once again, because of the linked tables we cannot publish
the mde file to the users desktop and instead we have to make the users log
into the citrix desktop then run the program.

I'm trying to find a "Better way". Any insight would be appreciated.
Nov 12 '05 #1
2 2580
"jayjay" <jj****@notmail.com> wrote:
In the database I have, its split into front end screens and reports and
backend tables for data. Of course, this means the linked tables are
linked using the linked table wizard to the network drive mapping the server
is on.

since this database will be used by multiple people, it then means that each
user must have the same drive mapped to the same drive letter. The linked
table manager doesn't recognize UNC encoding.
From what I've read you link with UNC names by using the Linked Table Manager by
going to the network neighbourhood and navigating from there.

See Relink Access tables from code http://www.mvps.org/access/tables/tbl0009.htm for
sample code to do it programmatically.

To help that problem (and WAN traffic delays) we've opted to
run the database on a citrix server so users in multiple sites can access
the database. Once again, because of the linked tables we cannot publish
the mde file to the users desktop and instead we have to make the users log
into the citrix desktop then run the program.


I don't quite understand the problem. Or is it that Citrix faithfully remaps all
your local drive letters to the Citrix environment?

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 12 '05 #2
"jayjay" <jj****@notmail.com> wrote in message
news:c1*************@ID-87431.news.uni-berlin.de...
In the database I have, its split into front end screens and reports and
backend tables for data. Of course, this means the linked tables are
linked using the linked table wizard to the network drive mapping the server is on.

since this database will be used by multiple people, it then means that each user must have the same drive mapped to the same drive letter. The linked
table manager doesn't recognize UNC encoding.

The problem we run into is having so many shares available to various users that we are running out of letters and getting everyone to use one drive is difficult. To help that problem (and WAN traffic delays) we've opted to
run the database on a citrix server so users in multiple sites can access
the database. Once again, because of the linked tables we cannot publish
the mde file to the users desktop and instead we have to make the users log into the citrix desktop then run the program.

I'm trying to find a "Better way". Any insight would be appreciated.


Using a common mapped drive is a good idea in my book (perhaps you should be
using more sub-folder under a drive and not creating new drives for
everything??).

You can write some very simple code to allow the user to select the location
of your data file and then refresh the link information for the tables. Some
of our routines even allow the user to select what backend they are linking
to (Access, MSSQL via ODBC, etc) and just builds the linked table's
connection string.
--
Bradley
Software Developer www.hrsystems.com.au
A Christian Response www.pastornet.net.au/response
Nov 12 '05 #3

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

2 posts views Thread by Jeff Pritchard | last post: by
14 posts views Thread by diskoduro | last post: by
6 posts views Thread by news.dsl.pipex.com | last post: by
2 posts views Thread by Matthew Wells | last post: by
2 posts views Thread by Mike MacSween | last post: by
1 post views Thread by deiopajw | last post: by
reply views Thread by leo001 | last post: by

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.