Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ado.net

Database abstraction layer in C# for MySQL?

c# mysql ado.net

linq, selecting columns as IEnumerable<DataRow>

c# .net linq ado.net

Connection Pooling

Is SQL Injection possible when parameter's type isn't set?

c# sql ado.net sql-injection

What ADO type is the Geography spatial type from SQL Server 2008?

c# sql ado.net spatial-query

Equivalent of ObjectContext.AddObject(entityName, entity) on DbContext

Unable to cast object of type 'System.DBNull' to type 'System.Byte[]' when record does exist

Ajax POST to controller action to update view model, and then reload div

How to Catch an exception in a using block with .NET 2.0?

Troubleshooting Timeout SqlExceptions

oledb/ado.net: Get the command's text, with all parameters replaced

ado.net parameters oledb

casting problem from SqlDataReader

c# sql-server ado.net

Return more than one result set with T-SQL

c# .net sql ado.net

Is this UPDATE table statement correct in an msdn topic

sql sql-server ado.net

Add attributes to DataColumn

c# ado.net metadata

Quartz.NET ADO.net DB Configuration

Alternative to Nz and IIF(Is Null)

c# sql vb.net ms-access ado.net

How to get data from datacolumn

Why is my SqlCommand returning a string when it should be an int?

What is the right way to call an Oracle stored function from ado.net and get the result?