ADO.NET 2.0

SQLSaturday - SQL Server Data Access Tips and Techniques with David Hayden - Tampa Florida

posted @ Sunday, February 10, 2008 12:07 PM | Feedback (0)

Creating Data Access Layer Using DbProviderFactories and DbProviderFactory

posted @ Monday, October 08, 2007 6:00 PM | Feedback (0)

ADO.NET Entity Framework - When To Use It vs. Linq to SQL

posted @ Sunday, April 29, 2007 11:30 PM | Feedback (0)

ADO.NET Entity Framework Cut From .NET 3.5 and Visual Studio Orcas

posted @ Sunday, April 29, 2007 10:31 AM | Feedback (0)

Reading Connection Strings in Web.Config and App.Config and Enterprise Library DAAB Settings

posted @ Thursday, February 22, 2007 8:31 PM | Feedback (0)

Using Enterprise Library DAAB and Microsoft Access 2007 via ODBC and OLEDB - Connection Strings and ADO.NET

The Enterprise Library Data Access Application Block can connect to any database that has a .NET Data Provider. One of the common questions is - “Does Enterprise Library support Microsoft Access?“ The answer is yes! You can use OLEDB or ODBC to connect to the Microsoft Access Database using the Data Access Application Block. In this article I show both ways...

posted @ Sunday, January 28, 2007 12:16 PM | Feedback (0)

Caching the Stored Procedure Parameters Discovered Using SqlCommandBuilder.DeriveParameters

posted @ Friday, November 03, 2006 3:43 PM | Feedback (0)

SqlCommandBuilder.DeriveParameters - Get Parameter Information for a Stored Procedure - ADO.NET Tutorials

posted @ Wednesday, November 01, 2006 3:36 PM | Feedback (0)

Get List of Tables in an Access Database - ADO.NET Tutorials

posted @ Sunday, October 01, 2006 6:32 PM | Feedback (0)

Enterprise Library 2.0 DAAB - Retrieving PK and Timestamp When Inserting New Record

I was answering a number of questions on the Enterprise Library 2.0 DAAB Message Board today, and this one was worth a blog post since the question comes up a lot in various forums. Although I am showing this using Enterprise Library 2.0 DAAB, the answer applies to SqlClient as well. Let's say you're inserting a new customer row in the Customers Table and you want to retrieve the PK and Timestap ( Rowversion ) of the row..

posted @ Wednesday, July 26, 2006 1:53 PM | Feedback (0)

Full ADO.NET 2.0 Archive

Main

News

Green Tea

.NET Development

Enterprise Library

Patterns & Practices