|
This section provides general guidelines to help you to optimize system performance when updating data in databases.
Keep result sets small. The full result set must be retrieved from the server before the DataSet is populated. The DataSet must then be converted to XML and processed. The full result set is stored on the client.
You must build the logic into the PsqlDataAdapter for synchronizing the changes back to the data source. For Pervasive.SQL, you use the primary key, as shown in the following example.
|
Chapter contents
Prev topic: Designing .NET Applications
|