How to Use Standard Security in OLE DB Provider

In this article I am going to explain about how to create connection string with standard security in SQL server native client 10.0 OLE DB provider.
  • 2236

Introduction

To create connection string  with standard security in SQL server native client 10.0 OLE DB provider we need to put provider, your server address, your database name, 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.