Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ado.net

Parse TextBox to SqlDbType.Date as "dd.MM.yyyy"

Transactionscope not working when two remote sql connections

c# ado.net transactions mstdc

Which Data Access layer is the recommended today for ASP.net?

sql server return long.parse show error

c# sql .net sql-server ado.net

Is there a way to close all connections in the pool for the SqlClient provider

.net sql-server ado.net

Should the same connection be injected into multiple repositories or a new connection opened in each method called?

c# asp.net ado.net

Generate classes from access database

c# ms-access ado.net

Adding Attributes to properties in classes generated by ADO.NET entity data model

SqlException during the pre-login handshake

Reading a blob field from database using IDataRecord

.net ado.net datareader

How to ignore MaxLength constraint on an ADO.NET Datatable.DataColumn when loading data

SCOPE_IDENTITY does not seem to work with parameterized queries

sql-server ado.net

Remove duplicate column values from a datatable without using LINQ

Locking tables in a backend access database using vb.net 2010

Do I need to close and dispose the SQLConnection explicitly?