How to make link table

How to make link table

am 14.10.2004 10:40:37 von mmiura

for example;

There two MDBs in two different directories;

| - \dir1\data1.mdb
-\db-|
| - \dir2\data2.mdb

then if I would like to create link table, like 'tbl01', in data2.mdb
linking to the same named table in data1.mdb, how can I make
this? I mean how to code in ASP?

Any suggestion greatly appreciated.


M.M.



----------------------
System YNT
mmiura@sysynt.com
----------------------

Re: How to make link table

am 14.10.2004 11:32:09 von John

SELECT * FROM tblGarantie,[;Database=winbro20.mdb].relaties " & _
"WHERE garantie_relatie_id = 1000 AND relatie_id = 1000