Jump to content

Query 2 table in 2 Server DB diffrence


haibec

Recommended Posts

Hi all!I have 2 table: Table User include : ID,Name and a table Class include : ID,Classname. Table User in DB : DB1 on serrver 10.145.23.1 and table Class in DB2 on Server 10.145.23.27 . Now ,i want select all user information in ASP . Plase help me

Link to comment
Share on other sites

You need to get the results from each server separately and match them up in the ASP code. You might want to use a scripting dictionary object to help with that, I think that's the only random-access data structure that VB has in ASP.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...