Category: ADO.NET
Bulk insert in SQL Server 2005 using ADO.NET and XML
Creating a bulk insert using a Stored Procedure and XML. One common task is to insert multiple records to a database. This article shows how to use XML to perform batch insertions efficiently.
ObjectDataSource Tips: Get output parameter after inserting
Learn how to retrieve output parameters from stored procedures when using the ObjectDataSource control for insert operations.
Download Data Access samples
Download sample projects demonstrating various data access techniques and best practices.