Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ado.net

why does my .NET 2.0 application crash under .NET 4.0 when I use a OleDbDataAdapter object without an OleDBConnection object?

.net excel .net-4.0 ado.net

ADO.Net: reuse open SqlConnection or get a new one every time?

The type or namespace name 'oracle' could not be found error

c# oracle ado.net

Find value from the dataview using column name

c# asp.net asp.net-mvc ado.net

Initiating 2 DBContext objects one for logs and the other for Business Data inside c# console application

.NET equivalent of modern Java web architecture

connection string to a SQL Server cluster

Is there a way to get the full sql text back from SqlCommand after param substitution?

.net sql-server ado.net

How do I retrieve DataColumn.DefaultValue from a Sql Table?

c# .net ado.net

How would you implement API key in WCF Data Service?

c# wcf service ado.net odata

Bulk Insert multiple records and get identity for all using ADO.NET

Setting collation property in the connection string to SQL Server 2005

If ObjectDataSource isn't the answer for a large application, what is?

How to merge/combine two SqlDataReader Objects

c# sql-server ado.net

Firebird and Entity Framework case sensitve table/column names

Does DataAdapter.Fill() close its connection when an Exception is thrown?

What does Trusted = yes/no mean in Sql connection string?

c# sql-server-2005 ado.net

How to print all columns in a datareader

c# ado.net datareader

any limit of SQL Server connection count?

C# Retrieving correct DbConnection object by connection string