Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ado.net

How to connect to mirrored SQL Server after failover?

SQLCommand/SQLConnection vs OleDbCommand/OleDbConnection

How can maintain a SqlConnection open always

ExecuteReader returns no results, when inspected query does

sql ado.net

Not able to read csv file properly using Microsoft.Jet.OLEDB.4.0 provider

c# csv ado.net oledb

Calculate duration between first login and last logout from a set of records in datatable

c# linq excel ado.net

Same query with the same query plan takes ~10x longer when executed from ADO.NET vs. SMSS

Passing a List of objects to SQL Server stored procedure and retrieving an output value

How to update Dataset Parent & Child tables with Autogenerated Identity Key?

.net vb.net ado.net dataset

List<object[]> using more memory than DataTable?

c# datatable ado.net

JDBC and ADO.Net: API comparison

ado.net jdbc comparison

Insert method of TableAdapter not working?

c# ado.net

Initial Catalog vs AttachDbFilename in Connection string ado.net

c# asp.net-mvc iis ado.net

Can low memory on IIS server cause SQL Timeouts (SQL Server on separate box)?

C# how to call a private constructor from a public one

c# ado.net

How do I create a Firebird database file programmatically?

Exception "Invalid column name 'False' with SqlConnection

Using DataTable.Load() method is not working in case two resultsets returned by DataReader

[ADO.NET error]: CREATE DATABASE permission denied in database 'master'. An attempt to attach an auto-named database for file HelloWorld.mdf failed

How do you prevent leading zeros from being stripped when importing an excel doc using c#

c# asp.net excel ado.net