Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sqlconnection

Session-Per-Request with SqlConnection / System.Transactions

.net SqlConnection not being closed even when within a using { }

"Login failed for user" C# with SQLConnection

c# sql database sqlconnection

Why do we need to set Min pool size in ConnectionString

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