|
Well, you might be able to do this through ODBC
Setup an odbc definition to database 2 using the RBASE odbc driver Then in the database Use SCONNECT and SATTACH to create a table in database1 that is connected to database2 in the database1 schema Then create a view in Database 1 that uses the table from database1 and the table from database2
Might give you the answer you are looking for. ;-) Ben Johansen - http://www.pcforge.com -----Original Message-----
Theres no way to do a join with 2 tables in different DB's is there?
I think i already know the answer to this one, but im hoping im wrong! (: |
