I'm using .asp pages to act as a front end to a MS-SQL server. I have the following problem:
I need to JOIN two tables from different databases on the server. I've got it down to two recordsets, for instance, prjRst (and) crsRst. How do I treat those recordsets as tables such that I can do an INNER JOIN on the recordsets in order to end up with one *master* recordset?
I do have a colum with similar information in each table, but the colums are named differently. Lets say that prj.prj_id contains the same information as crs.crs_id. I'd like to JOIN on that column if it's possible.
Any help would be greatly appreciated.


Reply With Quote
).

Bookmarks