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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Querys with multiple ODBCs???

Status
Not open for further replies.

olemma

Programmer
Dec 21, 2001
43
US
Is it possible to construct a sql statement using multiple ODBC connections? Let's say, in C++, how could this be accomplish?
 
If your talking about joining data together from several different database servers, have a look at linked servers in SQL Server Books Online
 
Thank you. I do this a lot, but now I am trying joining data from a SQL server and dbf tables. Is this actually possible?
 
We did it with an MS Access table today. If this an OLEDB driver for it, it should be possible
 
If you can use it as a linked server, you might be able to use OPENROWSOURCE
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top