haibec 0 Posted September 4, 2008 Report Share Posted September 4, 2008 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 Quote Link to post Share on other sites
justsomeguy 1,135 Posted September 4, 2008 Report Share Posted September 4, 2008 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. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.