How i can connect two database like MS-Access and SQL- Server in one visual basics form
Question asked by visitor Sandip Deshmukh
How i can connect two database like MS-Access and SQL- Server in one visual basics form
Question asked by visitor Sandip Deshmukh
For that you need to create to separate connection and use separate conncetion string. Like that You can establish to any number of databases from a single visual basic form.
I'm new in here..i would like to learn from others..thanks ;p
how we can improve our skills on .net?
We can connect two or more different servers in Dot Net in separate connections with separate OLEDB and SQL Connection objects.If we span two or more (SQL)servers in a single transaction we use Transaction Manager namely the Microsoft Distributed Transaction Coordinator in SQL Server.Hope it applies for .NET application too.
Hi I am new so pls let me know something about DotNet