Skip to content Skip to sidebar Skip to footer
Showing posts with the label Database Connection

What Is Best Approach For Opening/closing Sqlconnection In C#

I would like to know what could be best approach to open a SqlConnection with Sql Server 2008R2 Exp… Read more What Is Best Approach For Opening/closing Sqlconnection In C#

Insertion Efficiency Of A Large Amount Of Data With Sql

I have a program that I use to read CSV file and insert the data into a database. I am having troub… Read more Insertion Efficiency Of A Large Amount Of Data With Sql

Should I Open() And Close() My Sql Database Constantly Or Leave It Open?

I am creating an app that uses an SQL database for storing data. The way the app is designed it wi… Read more Should I Open() And Close() My Sql Database Constantly Or Leave It Open?

Why Does A Connection Have To Be Open For A Nonquery But Not To Fill A Dataset?

When I connect to a SQL datasource in my C# application, I can fill a dataset using the following c… Read more Why Does A Connection Have To Be Open For A Nonquery But Not To Fill A Dataset?

Mongodb Available Connections

I installed MongoDB on Windows, Mac and Linux. I run MongoDB with all default arguments and I enter… Read more Mongodb Available Connections

Remote Database Connection Open For Long Time

I am executing some crud's on mssql server 2008 database by connecting remotely. I have busines… Read more Remote Database Connection Open For Long Time

Attach A Remotely Stored Database

Is it possible to attach a database that is stored on a remote server because when I mapped a drive… Read more Attach A Remotely Stored Database

.net Core 2 - Connection String With Instance Name And Port Number

In my application I have a connection string in the config. This application created using .NET cor… Read more .net Core 2 - Connection String With Instance Name And Port Number