June 2003
Intermediate to advanced
800 pages
34h 20m
English
When you perform an update with the DataAdapter, you want the ID numbers for newly added records to be inserted into the DataSet.
Use a database stored procedure that returns this information in an output parameter, and map the parameter to the appropriate column.
Recipe Retrieve the Unique ID for a New Record demonstrates how to return unique ID information with a stored procedure and configure the ADO.NET database command accordingly. This recipe shows how you can use this command with a DataSet so that the retrieved ID information is applied automatically to the appropriate field in the DataSet.
First you must map the parameters in the command to the fields in the
Read now
Unlock full access