Connect to SQL Native Client in .NET Framework for OLEDB

In this article I am going to explain about how to create connection string which bridging to SQL native client OLEDB in .NET framework data provider .
  • 2111

Introduction

Here I am explaining how to create connection string which bridging to SQL native client in .NET framework data provider for OLEDB.

To create connection string which bridging to SQL native client in .NET framework data provider for OLEDB we need to put provider, your server address, your database, your user name and your password.

Syntax

Provider=SQLNCLI10;Server=urServerAddress;Database=urDataBase;Uid=urUsername;Pwd=urPassword;

Further Readings

You may also want to read these related articles :

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.