How to bridging with SQL Native client 10.0 in .NET framework for ODBC

This article explains the bridging with SQL Native client 10.0 in .NET framework for ODBC
  • 1715

Introduction:

Programs that are written using SQL Native client ODBC driver communicate with SQL Server through function calls. The SQL Server-specific versions of the ODBC functions are implemented in the SQL Native Client ODBC driver. The driver passes SQL statements to SQL Server and returns the results of the statements to the application. The SQL Native Client driver supports connecting to SQL 7.0 and later. Connection string which is used to connect with SQL Native client 10.0 in .NET framework for ODBC is as follows

Driver={SQL Server Native Client 10.0};Server=server_add;Database=database_name;Uid=user_name;Pwd=password;

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.