Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do you add 2 seperate Databses

Status
Not open for further replies.

dpwsmw

MIS
Apr 2, 2003
76
US
Can you add 2 seperate Databases from SQL to one ADP? Can it be done, and can someone send me a HowTo
 
You can only add one SQL database to an adp.
However, you can use ADO code to connect to virtually any number of databases, but you have to know the connection settings and the objects in the other databases. Plus...the permissions...

It's all in the connection string in your code...

HTH


[pipe]
Daniel Vlas
Systems Consultant

 
There are different options depending on your requirements. What are the requirements?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top