JDBC Driver for SQL/MX Programmer's Reference

TestConnectionPool.java
Demonstrates the benefits of connection pooling
and statement pooling. This program performs a
loop for a 100 times that makes a JDBC
connection, runs a few SQL statements, and closes
the connection. You use the OSS time()
command to measure the performance benefits of
connection pooling and statement pooling in this
program.
CreateTraceDS.java
TestTraceDS.java
Demonstrates tracing by creating a wrapper
around the driver-specific data source to be traced.
These demonstration programs are located in the
/demo directory of the product installation
directory.
For information on running these sample programs, see the README file provided with the
JDBC Driver for SQL/MX software.
Home | Contents | Index | Glossary | Prev | Next
HP JDBC Driver for SQL/MX Programmer's Reference (529777-001)
© 2004, 2005 Hewlett-Packard Development Company L.P. All rights reserved.