3 Troubleshooting : Performance Issues

Performance Issues
Developing performance-oriented ODBC applications is not an easy task. You must be willing to change your application and test it to see if your changes helped performance. Microsoft’s ODBC Programmer’s Reference does not provide information about system performance. In addition, ODBC drivers and the ODBC Driver Manager do not return warnings when applications run inefficiently.
Some general guidelines for developing performance-oriented ODBC applications include:
Use catalog functions appropriately.
Manage connections and updates.
Refer to Chapter 5 “Designing ODBC Applications for Performance Optimization” in the DataDirect Connect Series for ODBC Reference for complete information.