Gavin M. Roy Mon, 30 Oct 2000 13:47:48 -0800
Is there slated, or does the ability already exist to query multiple db's through the same sql statement? SELECT db1.table1.*, db2.table2.* FROM db1.table1, db2.table2 WHERE db1.table1.id = db2.table2.id; TIA, Gavin