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
Post a Comment