%META:TOPICPARENT{name="InstallConfigJDBC"}% = Testing JDBC Connections with Java Applications = * [[JDBCDemoApplication|JDBCDemo]] - a sample JDBC 1.0 application that runs simple SQL queries. * [[ScrollDemoApplication|ScrollDemo]] - a sample JDBC 1.0 application that demonstrates our support of Scrollable Cursors and ability to perform operations across heterogeneous databases. * [[ScrollDemo2Application|ScrollDemo2]] - a sample JDBC 2.0 application that demonstrates our support of Scrollable Cursors and ability to perform operations across heterogeneous databases. * [[RowSetDemoApplication|RowSetDemo]] - a sample JDBC application that demonstrates our Scrollable Cursor RowSet Extension to the JDBC specification.