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


c#.netsqlsqlconnection

Read More
Connecting with the database using C#...


c#sqlconnection

Read More
CLR Stored Procedure Unable to connect with SqlConnection Regular Connection...


c#.netsql-serversqlconnectionsqlclr

Read More
Incorrect Syntax Error running SQL command in VB.NET...


sql-servervb.netsqlconnection

Read More
ASP.NET use SqlConnection connect MySQL...


c#asp.netmysql.netsqlconnection

Read More
Do I need to close and dispose the SQLConnection explicitly?...


c#asp.netado.netsqlconnection

Read More
Does QueryAsync calls OpenAsync with Dapper?...


c#.net-coredappersqlconnectionasp.net-core-3.0

Read More
Unrecognized escape sequence in SqlConnection constructor...


c#sqlconnection

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


c#sqlconnection

Read More
How to fix SqlConnectionString.Open() exception, login failed...


c#sql-serversqlconnection

Read More
SqlConnection OpenAsync blocks UI when SQL Server is shutdown...


c#sqlconnection

Read More
How do i update picture using sqlconnection...


c#winformssqlconnection

Read More
Dot net Core – How to fix: TimeOut-Error to MSSQL 2017 (which does not happen with .Net 4.7.1)...


c#.net-coresqlconnection

Read More
How do I sync data from a database to a combobox...


c#comboboxsqlconnectionsqldataadapter

Read More
driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) enc...


sqljdbcgroovysqlconnectionkatalon-studio

Read More
Issue with Open DataReader which must be closed first...


c#winformssqldatareadersqlconnectionsqlcommand

Read More
'string' does not contain a definition for 'Connection'...


c#asp.net-mvc-5entity-framework-6epplussqlconnection

Read More
SQLConnection pool size and active connection count in C#...


c#countconnection-poolingsqlconnection

Read More
C# Windows Forms: SqlConnection keyword not supported, connection timeout...


c#database-connectionconnection-stringsqlconnection

Read More
C# .Net SqlConnection to LocalDB...


c#.netsqlconnectionsqlcommand

Read More
How To Access Azure Function App ConnectionString Using dotnet Standard...


.net-coreconnection-stringazure-functionssqlconnection.net-standard

Read More
Must declare the scalar variable "@GenName"...


c#ado.netsqlconnection

Read More
Azure Functions static SqlConnection - right way to scale?...


azurestaticazure-sql-databaseazure-functionssqlconnection

Read More
What is the difference between defining SqlConnection in code behind file and in web.config file?...


asp.netsql-serversqlconnection

Read More
NullReferenceException on Connection Open...


windows-mobilenullreferenceexceptionsqlconnection

Read More
ExecuteNonQuery returning a 0?...


sqlsql-servervisual-studio-2017sqlconnection

Read More
Changing stored procedure so that it will work with Local connection to SQL Server Db (and update a ...


sql-serverstored-proceduresvisual-studio-2017sqlconnection

Read More
System.Data.SqlClient.SqlConnection unexpected result in Open() Method with incomplete ConnectionStr...


c#sqlconnection

Read More
"Incorrect syntax near ')'."...


sqlsql-servervisual-studio-2017sqlconnection

Read More
How to keep SqlConnection open in an using block for an asynchronous query within the block?...


c#sql.netasynchronoussqlconnection

Read More
BackNext