![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Okay does anyone else think it's silly that access stores the full path of another MDB file when you link a table? |
|
Is there anyway to circumvent that? So when I installed two MDB's with my application it doesn't matter what the full path is? |
#3
| |||
| |||
|
|
"Kelly Cromwell" <cromwellink (AT) hotmail (DOT) com> wrote in message news:kf%Sa.482532$ro6.11506586 (AT) news2 (DOT) calgary.shaw.ca... Okay does anyone else think it's silly that access stores the full path of another MDB file when you link a table? Well, uh, no. How could Access/Jet know where your linked tables are located if it did NOT store the full paths? Is there anyway to circumvent that? So when I installed two MDB's with my application it doesn't matter what the full path is? |
#4
| |||
| |||
|
|
"Kelly Cromwell" <cromwellink (AT) hotmail (DOT) com> wrote in message news:ujhTa.485102$3C2.13149070 (AT) news3 (DOT) calgary.shaw.ca... Umm, you could tell it to use another database in the same folder. This concept doesn't really make much sense for databases you plan to distribute now does it? you MUST install this mdb in C:\Temp. Oh yeah, and your applications will not work over a network if your mdb's have linked tables... c'mon, i expect more from microsoft, there must be a work around. Anyone? I mean if VB can store relative path's why can't access? "Scott McDaniel" <junk (AT) junk (DOT) com> wrote in message news:7K-dne0kcq1zu4CiXTWJkQ (AT) comcast (DOT) com... "Kelly Cromwell" <cromwellink (AT) hotmail (DOT) com> wrote in message news:kf%Sa.482532$ro6.11506586 (AT) news2 (DOT) calgary.shaw.ca... Okay does anyone else think it's silly that access stores the full path of another MDB file when you link a table? Well, uh, no. How could Access/Jet know where your linked tables are located if it did NOT store the full paths? Is there anyway to circumvent that? So when I installed two MDB's with my application it doesn't matter what the full path is? Most Access applications have some method of re-attaching (re-linking) the table to the back-end database. Most of mine have a table with the names of the linked tables.. some code goes through the names and checks that those tables are able to be opened, if not it assumes they need to be re-linked so some code runs that prompts the user for the location of a data file and then links to it. There's many methods of doing it.. if you need an example let me know. |
![]() |
| Thread Tools | |
| Display Modes | |
| |