Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sqlconnection

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

in a "using" block is a SqlConnection closed on return or exception?

c# using sqlconnection

Under what circumstances is an SqlConnection automatically enlisted in an ambient TransactionScope Transaction?