Feb 12, 2002 #1 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?
Is it possible to construct a sql statement using multiple ODBC connections? Let's say, in C++, how could this be accomplish?
Feb 12, 2002 #2 moonshadow Programmer Oct 9, 2001 181 GB If your talking about joining data together from several different database servers, have a look at linked servers in SQL Server Books Online Upvote 0 Downvote
If your talking about joining data together from several different database servers, have a look at linked servers in SQL Server Books Online
Feb 12, 2002 Thread starter #3 olemma Programmer Dec 21, 2001 43 US 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? Upvote 0 Downvote
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?
Feb 12, 2002 #4 moonshadow Programmer Oct 9, 2001 181 GB We did it with an MS Access table today. If this an OLEDB driver for it, it should be possible Upvote 0 Downvote
Feb 14, 2002 #5 moonshadow Programmer Oct 9, 2001 181 GB If you can use it as a linked server, you might be able to use OPENROWSOURCE Upvote 0 Downvote