Is it possible to access a SqlServer installed machine from a machine which does not have SqlServer installed (from within a .NET application)?
Cheers,
James Chang.
Yes. The .NET Framework comes with a SQL Server provider. Utilizing
classes in the System.Data and System.Data.SqlClient namespaces, you could
build a client application that accesses a SQL Server database on a remote
system.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.