One aspect of application development that is common to all applications is the constant need to improve performance and reliability. There are a number of techniques for doing this with the Microsoft SQL Server 2005 JDBC Driver.
The topics in this section describe various techniques for improving application performance and reliability when using the JDBC driver.
In This Section
Topic | Description |
---|---|
Describes the importance of closing JDBC driver objects when they are no longer needed. |
|
Describes techniques for improving transaction performance. |
|
Describes techniques for improving performance when using the Statement or ResultSet objects. |