Search code examples
How to quickly check a SQL connection without waiting 30 seconds for connection.open();...

c#sql-serversqlconnection

Read More
Created a login form with a local SQL database, upon execution and after a login attempt an "Ar...

c#sqlconnectionlogin-controlargumentexception

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

c#.netsql-serverperformancesqlconnection

Read More
Exception with message 'No columns were mapped' using Dapper Extensions...

c#dappersqlconnectiondapper-extensions

Read More
Does using (var connection = new SqlConnection("ConnectionString")) still close/dispose th...

c#.netsql-servert-sqlsqlconnection

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

c#asp.netusingsqlconnectionsqlcommand

Read More
Strange behaviour on writing to db while using service broker...

c#sql-serversqlconnectionservice-broker

Read More
How to create an SqlConnection in C# to point to UDL file...

c#sqlconnection

Read More
ConnectionString with external file for SqlConnection...

c#connection-stringsqlconnectionudl2

Read More
How to convert sqlDataReader to Task async...

c#async-awaitsqlconnectionsqlcommand

Read More
Keyword not supported: '"data source'. in MVC...

c#asp.net-mvcsqlconnection

Read More
Best practice for reusing SqlConnection...

c#.netconnection-poolingidisposablesqlconnection

Read More
vb.net Using SqlConnection doesn't free the file from use...

vb.netsqlconnection

Read More
SQL Server : database connection with textbox values...

c#sql-serversqlconnection

Read More
Do I need to Close Connection when i use using?...

c#linqsqlconnection

Read More
C# Sql Connection can not connect to server...

c#sql-serversql-server-2008ado.netsqlconnection

Read More
Database table not showing data after inner join...

c#mysqlwinformssqlconnection

Read More
Invalid attempt to call Read when reader is closed. vb.net...

vb.netado.netsqlconnectionsqlcommand

Read More
Ado.net Sql Connection...

c#ado.netsqlconnection

Read More
Use SqlConnection.GetSchema to get Tables Only (No Views)...

c#sql-serverado.netviewsqlconnection

Read More
Is closing/disposing an SqlDataReader needed if you are already closing the SqlConnection?...

c#sqldisposesqldatareadersqlconnection

Read More
Does SqlDataAdapter close the SqlConnection after Fill() function?...

c#.netsql-serversqlconnectionsqlconnection.close

Read More
Reusing SqlConnection in multiple ninject bindings...

c#sqldependency-injectionninjectsqlconnection

Read More
Parse a SQL statement to see if it is anything other then a SELECT statement?...

c#sql-serversqlconnectionquery-parser

Read More
P/Invoke CryptUnprotectData breaks SqlConnection constructor...

c#pinvokesqlconnectionsecurestring

Read More
Fill: SelectCommand.Connection error on derived iDBCommand...

c#sqlconnectionsqlclient

Read More
Connection string not working in C# windows application...

c#sqlsqlconnection

Read More
Login failed for user domain\user...

c#sqlsqlconnection

Read More
ClassNotFoundException when trying to connect to SQL server 2005 with Java...

javasql-serverjdbcclassnotfoundexceptionsqlconnection

Read More
Do i need to close the connection when using parametrised connection...

c#sql-serversqlconnection

Read More
BackNext