L
leon
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.
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.