Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ado.net

ADO.Net reporting empty data type in SQLite

Can I use an ADO.NET library in C++ to read Oracle DB?

How does SqlParameter know the type

.net ado.net sqlparameter

Shape-like query in T-SQL

tsql ado.net shapes

How do I limit the number of rows in a datatable?

c# ado.net datatable

From .net how to I send many “batches” of SQL to Sql-Server without lots of round trips?

Creating a generic retrieval method to return 1 record

c# .net c#-4.0 ado.net

How to detect EOF on DataReader in C# without executing Read()

c# ado.net

"Data source name not found and no default driver specified" for creating access connection

c# ms-access ado.net odbc oledb

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

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

c# sql-server-2005 ado.net

any limit of SQL Server connection count?

C# Retrieving correct DbConnection object by connection string