Showing posts with label vbeg. Show all posts
Showing posts with label vbeg. Show all posts

Sunday, February 19, 2012

access multiple sqlserver database using VB

How can i access multiple sqlserver database using VB
eg. insert 1 record in a database from other databse.Create a linked server in the database that your VB app logs into, and use that via a four part name.

-PatP