Re: tables from different databases but in single query
From: leon (svz_at_iprimus.com.au)
Date: 03/25/05
- Next message: leon: "Re: tables from different databases but in single query"
- Previous message: Nick M via AccessMonster.com: "Linking Tables- Posibble BOM problem??"
- In reply to: Graham R Seach: "Re: tables from different databases but in single query"
- Next in thread: GB: "RE: tables from different databases but in single query"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 25 Mar 2005 15:24:27 +0000
Because from what I understand, the links are specified in ABSOLUTE path
(i.e. i could not link to external tables with relative paths). the
whole point of my question was to provide RELATIVE addressing and
it would appear that the most "relative" or flexible way to specify a
database is via odbc managed entry - this way system admins can change
the location of databases to their hearts' content.
Graham R Seach wrote:
> Leon,
>
> Why not just link the tables from the external database(s)? Then you can
> refer to them directly.
>
> Regards,
> Graham R Seach
> Microsoft Access MVP
> Sydney, Australia
> ---------------------------
>
> "leon" <svz@iprimus.com.au> wrote in message
> news:424418cd$1@duster.adelaide.on.net...
>
>>Hi all,
>>i am aware of the following code to use single query in selecting from
>>multiple databases at once:
>>
>>SELECT PERSON.NAME DEPARTMENT.LOCATION
>>FROM
>>
>>PERSON IN 'C:\DB1.MDB',
>>DEPARTMENT IN 'C:\DB2.MDB'
>>
>>WHERE
>>
>>PERSON.DEPT = DEPARTMENT.ID
>>
>>my question is this:
>>
>>is it possible to NOT use absolute path when specifying the databases, but
>>rather relative paths - SPECIFICALLY if such databases are to be
>>configured via ODBC Data connection (DSN in control panel in windows).
>>
>>in other words, what i want is to specify the odbc configured name for
>>each of two databases rather than an absolute file path.
>>
>>Kind regards,
>>Leon.
>
>
>
- Next message: leon: "Re: tables from different databases but in single query"
- Previous message: Nick M via AccessMonster.com: "Linking Tables- Posibble BOM problem??"
- In reply to: Graham R Seach: "Re: tables from different databases but in single query"
- Next in thread: GB: "RE: tables from different databases but in single query"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|