Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
DB Interface Module User's Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

14.2 Who Should Use Open SQL

Using Open SQL is somewhat more complicated than using the standard API of the DB Interface Module. While the alternative interface may increase control and performance, it may also decrease portability and ease of coding. For this reason, Open SQL is not recommended for all users, but you should consider it for any of the following operations:

You should use Open SQL only if:

In summary, by using Open SQL, you obtain direct control over the SQL that is executed and the data that is bound to it. Some parts of your application may also achieve better performance. However, these benefits might not be worth the decreased maintainability and increased complexity that result from direct execution of SQL statements.

As a guideline, if you can identify specific, performance-intensive sections in an application that perform database access, you should consider coding those sections using Open SQL.



Previous fileTop of DocumentContentsNo linkNext file

Copyright © Rogue Wave Software, Inc. All Rights Reserved.

The Rogue Wave name and logo, and SourcePro, are registered trademarks of Rogue Wave Software. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.