I need to pull related data from 2 tables, however, the tables are in different databases (SQL server 7, NT 4.0, IIS). Originally, all of the data was pulled from a single table; everything worked well using a vbscript recordset. But now, having to pull an additional column from another table in another database throws a wrench into everything. I can't just join the tables (can I?)
The data is presented on a web page and the user can select any column to sort by that column in ascending or descending order. I'm trying to figure out how to do this. Putting the data in arrays and sorting the array doesn't sound too exciting. Any suggestions? Is there something I can do with a temporary table? Thanks
The data is presented on a web page and the user can select any column to sort by that column in ascending or descending order. I'm trying to figure out how to do this. Putting the data in arrays and sorting the array doesn't sound too exciting. Any suggestions? Is there something I can do with a temporary table? Thanks