Can you perform a join on two tables, one is an Access database and the other is a SQL Server database.
I understand that I could perform a SELECT on each database, and then manually join the results. Is this how I'm going to have to do it?
I'm working in VB.net, using OleDBConnection stuff.
If it's possible (which I'm beginning to doubt), can you please provide sample code?