Introduction
Recipe 4.1. Using Auto-Incrementing Columns Without Causing Conflicts
Recipe 4.2. Getting an Identity Column Value from SQL Server
Recipe 4.3. Getting an AutoNumber Value from Microsoft Access
Recipe 4.4. Getting a Sequence Value from Oracle
Recipe 4.5. Adding Parent/Child Rows with Auto-Incrementing Keys
Recipe 4.6. Adding Records with a GUID Primary Key
Recipe 4.7. Updating a Data Source with Data from a Different Data Source
Recipe 4.8. Updating a Primary Key Value
Recipe 4.9. Getting Stored Procedure Parameter Information at Runtime
Recipe 4.10. Updating a DataSet with a Many-to-Many Relationship
Recipe 4.11. Updating Server Data Using a Web Service
Recipe 4.12. Updating Server Data Using .NET Remoting
Recipe 4.13. Updating Data Asynchronously Using Message Queuing
Recipe 4.14. Overcoming Keyword Conflicts When Using CommandBuilders