Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ado.net

Returning a SqlDataReader

c# ado.net

What is the limit for total number of records in Datatable?

c# ado.net datatable

Add column in table with ASP.NET identity

The member with identity ' ' does not exist in the metadata collection.\r\nParameter name: identity

asp.net-mvc linq ado.net

Returning a column value from a table in dataset

c# datatable ado.net

SqlDataReader Best way to check for null values -sqlDataReader.IsDBNull vs DBNull.Value

Entity Framework 6 + SQLite

Best way to set strongly typed dataset connection string at runtime?

c# visual-studio ado.net

Best practice? open and close multi connections, or one large open connection for ado.net

c# sql database ado.net

what is Enlist=false means in connection string for sql server?

Error : String or binary data would be truncated. The data for table-valued parameter doesn't conform to the table type of the parameter

Proper way to deal with database connectivity issue

How to manage parsing an null object for DateTime to be used with ADO.NET as DBNULL

How to connect to a MySQL Database without SSL

Changing populated DataTable column data types

c# .net ado.net

copy a single row from one datatable to other

Best way to handle concurrency with entity framework

How to tell if a SqlConnection has an attached SqlDataReader?

c# .net sql ado.net

How to log in T-SQL

Copying data of only few columns to one more data table

c# .net .net-4.0 ado.net