Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: getting data from 2 different database-how to


Message #1 by "taherm@f... on Wed, 12 Sep 2001 10:12:17
Scenario

i have 2 databases . 



First database is contains the following tables



products

categories



Second Database contains(its in my SSL site)



customers 

orders

orderdetails(fields are product code,price etc)



the second database is situated in a secured server because it contains 

some credit cards information.

 

i want to design an asp page which will get information from both the 

databases. basically it will match the product code from teh second 

database and pull the correct name from the first database.



plz let me know of how can i achieve this. i am using sql server and i 

heard that i need to use linked server technology havent got a clue of how 

to do it.



thanks in advance

taher


















  Return to Index