Using stored procedures to add
-
[ Team LiB ] Recipe 2.9 Returning an Output Parameter Using a DataReader Problem You want to access an output parameter returned by a stored procedure that you have used to create a DataReader. Solution Add a parameter
4p luvpro 04-08-2010 96 11 Download
-
Using Stored Procedures to Add, Modify, and Remove Rows from the Database You can get a DataAdapter object to call stored procedures to add, modify, and remove rows from the database.
6p daisuphu 29-07-2010 167 31 Download
-
Setting the InsertCommand Property of a DataAdapter The following example creates a SqlCommand object named myInsertCommand that contains a call to the AddProduct4() stored procedure
8p daisuphu 29-07-2010 118 22 Download