Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ado.net

Microsoft-provided data provider classes, the good and the bad?

c# .net sql sql-server ado.net

Unable to fill dataset with oracledataadpter

Parameter has no default value if previous param is null?

c# ado.net

SQL server Nvarchar parameters

Supplying stream as a source of data for a binary column when SqlBulkCopy is used

SQL Server Database Update using Multithreading

c# sql-server ado.net

How to send a table-type in parameter to T-SQL while using C# IDataReader?

Convert date DD.MM.YYYY hh:mm:ss to YYYY-MM-DD in SSIS

Is it safe in C# to omit await statement when doing an async fire and forget write to a database with ado.net

How Do The Entity Framework 2 And NHibernate Compare?

Missing library to reference OLEDB connection types

c# ado.net ssis oledb

What factors contribute to ExecuteReader's duration?

How do I properly use a SqlDataReader?

c# .net ado.net

SqlBulkCopy refuses to convert String.Empty into INT NULL

Is DB connection closed by the destructor of SqlConnection class? [duplicate]

c# ado.net sqlconnection

Is a DbConnection closed and disposed when it goes out of scope? [duplicate]

Retrieving underlying exception from SqlDataReader for INSERT statment

c# .net sql-server ado.net