Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sqlconnection

C# SQLConnection pooling

Is it best to pass an open SqlConnection as a parameter, or call a new one in each method?

c# sqlconnection

What is the proper way to ensure a SQL connection is closed when an exception is thrown?

c# .net sql sqlconnection

Why call SqlClient.SqlDataReader Close() method anyway?

.net-3.5 sqlconnection

How to use ADO.net Entity Framework with an existing SqlConnection?

SqlCommand with using statement

Is SqlCommand.Dispose() required if associated SqlConnection will be disposed?

When does "SqlConnection does not support parallel transactions" happen?

Should I be using SqlDataReader inside a "using" statement?

c# .net ado.net sqlconnection

When should I open and close a connection to SQL Server

How to use the ConfigurationManager.AppSettings

c# asp.net sql sqlconnection

Is it better to execute many sql commands with one connection, or reconnect every time?

How to run multiple SQL commands in a single SQL connection?

Does SqlCommand.Dispose close the connection?

SQL Server returns error "Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'." in Windows application

Changing SqlConnection timeout

What is the difference between SqlCommand.CommandTimeout and SqlConnection.ConnectionTimeout?

Check if SQL Connection is Open or Closed

c# ado.net sqlconnection

Do I have to Close() a SQLConnection before it gets disposed?

"open/close" SqlConnection or keep open?

c# sqlconnection