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

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -