Joining two tables from two different databases with VB.net, possible? (Access and SQL Server) -


can perform join on 2 tables, 1 access database , other sql server database.

i understand perform select on each database, , manually join results. how i'm going have it?

i'm working in vb.net, using oledbconnection stuff.

if it's possible (which i'm beginning doubt), can please provide sample code?

you try using linq sql 2 different data contexts - see this example


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -