Create Connection String With asynchronous processing in .NET Framework

In this article I am going to explain about how to create connection string with asynchronous processing.
  • 3272

To create connection string  with asynchronous processing for SQL server we need to put your server address, your database name, set the state of Integrated security and Asynchronous Processing to true.

Syntax

Server=urServerAddress;Database=urDataBase;Integrated Security=True;Asynchronous Processing=True;

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.