Using ODP.NET To Insert Multiple Rows Within A Single Round Trip


Server Intellect Web Hosting Solutions


Using ODP.NET To Insert Multiple Rows Within A Single Round Trip

Author: Steven M. Swafford

Have you ever had the necessity to insert multiple rows into a database? Of course you have. In this article I will explain how to make the most of Oracle’s ODP.NET Data Provider to easily pull off such a task. The class we will specifically be looking at to bring about this action is OracleCommand which is part of the Oracle.DataAccess.Client NameSpace. The property which allows you to achieve a multiple row insert is called ArrayBindCount. In this article I will be using a stored procedure instead of a SQL statement.










More Tutorials

Also See:

Introduction to ASP.NET Master Pages
Developing Gadgets For The Windows Vista Sidebar
The Panglossian Programmer
Notes on Async Pages in ASP.NET 2.0
Build a Multi-Provider Async Methods Search Page
Spot The Authorization Bug
Maintain Control State in ASP.NET 2.0
Customizing the DataList’s Editing Interface
Examining ASP.NET 2.0's Membership, Roles, and Profile - Part 4
Indexing Database Content with dotLucene



Copyright© 2005 ASP Intellect | All Rights Reserved

ASP.NET Tutorials
AspNet Tutorials ASP.NET 2.0 Code Examples, Snippets and Tutorials

ASP.NET Tutorials C++ Tutorials C# Tutorials Visual Studio.NET Tutorials
.NET Framework Tutorials Mobility Tutorials Office Tutorials Visual Basic.NET Tutorials