Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ado.net

When I enter data that exceeds the column length it won't throw an exception in ASP.NET

c# asp.net sql exception ado.net

System.InvalidCastException: Failed to convert parameter value from a XElement to a String

What is the difference between using a DataContext class and SqlConnection?

Why to use using statement on DbTransaction in ADO.NET / C#?

Can I use LINQ without Entity Framework?

c# sql linq ado.net

Copying data from one DataTable to another

c# ado.net

How is timezone handled in the lifecycle of an ADO.NET + SQL Server DateTime column?

C# How can I get each column type and length and then use the lenght to padright to get the spaces at the end of each field

c# ado.net metadata datareader

What data type does the SQLCommand method ExecuteScalar() return?

How to read an .XLSX (Excel 2007) file using ADO.NET? I am finding "Could not find installable ISAM"-error

Ado.net ExecuteScalar() returning null

Have issue with typed dataset nullable date value

To increase the timeout period

.net asp.net vb.net ado.net

Faster way to update 250k rows with SQL

c# sql ado.net

Entity model .net querying 1 million records from MySQL performance issues

Delete with params in SqlCommand

c# tsql ado.net

If Condition for Query with Empty Result

c# sql ado.net

Does .NET 4.5's async feature work with MySql and other databases too?

SQL Server connection context using temporary table cannot be used in stored procedures called with SqlDataAdapter.Fill

System.Data.SqlClient.SqlException: Failed to generate a user instance of SQL Server

.net sql-server ado.net