Splitting the database

D

dhstein

When I split the database, I'm specifying a back-end location of
\\server-name\sharename\MyDatabase_be.accdb. Does that UNC get stored in the
front-end copy so that when it gets deployed the users will be able to
connect to the back end? Thanks for any help on this.
 
T

Tony Toews [MVP]

dhstein said:
When I split the database, I'm specifying a back-end location of
\\server-name\sharename\MyDatabase_be.accdb. Does that UNC get stored in the
front-end copy so that when it gets deployed the users will be able to
connect to the back end?

Yes, the UNC path is retained when you distribute the FE to the users.
You can see that in the linked table connect string and by hovering
over a linked table name while viewing the list of tables.

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
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 
A

a a r o n _ k e m p f

in other words-- all of your objects have different connection strings

sounds like the most inefficient platform in the world to me

it's much more efficient to keep everything in ADP land
then all your databases automagically talk to each other

With Jet-- you've got to write DAO (obsolete) in order to check
connection strings on all of your object; and on a lot of your sql
passthrough queries

what a waste!
 
A

a a r o n . k e m p f

you know-- if Microsoft made the LINKED TABLE MANAGER such that it
supported changing the connection strings on Sql Passthroughs-- it
really wouldn't be that bad of a product.

Of course-- if they also fixed the whole compact / repair,
performance, and stability thing-- that might help Jet to have a
future.

Until MS starts taking Access seriously-- Jet is dead and it has been
for a decade.

-Aaron
 
D

Dirk Goldgar

message
you know-- if Microsoft made the LINKED TABLE MANAGER such that it
supported changing the connection strings on Sql Passthroughs-- it really
wouldn't be that bad of a product.


That *is* an annoyance. On the other hand, the code to relink everything
including pass-through queries is trivial. But I agree that the linked
table manager is deficient, and should have this capability added to it.
 
T

Tony Toews [MVP]

dhstein said:
When I split the database, I'm specifying a back-end location of
\\server-name\sharename\MyDatabase_be.accdb. Does that UNC get stored in the
front-end copy so that when it gets deployed the users will be able to
connect to the back end? Thanks for any help on this.

Please ignore Aaron Kempf's postings as he is monomaniacal on the
subject of SQL Server and ADPs.

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
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Split Database 9
Splitting the Database 7
Splitting Database Issue 6
Access 2007 Performance Issues 1
Splitting Database? 14
Access 2007-Splitting a Database 2
database split 2
Splitting DB question 5

Top