Featured Solution

Eliminate forgotten Active Directory user passwords with our Windows integrated and web-based platform, Password Reset Server. All employees can now securely reset their own Active Directory password through a series of secure questions. Learn More...

JSQLConnect 7.0

Thousands of companies worldwide depend on JSQLConnect. Download trial and see why! Learn More...

Global Customer Base

Over 4000 organizations worldwide rely on JNetDirect's software and services. See what JNetDirect can do for your organization. 

JDBC Connectivity

JNetDirect leads the industry in providing a range of high performance, full featured & scalable JDBC solutions.

SQL Locator

Unique productivity tool that can change how you view your data. Learn More...

Combine

Take control of your database environments. Learn More...

JDBC Support PDF Print E-mail

JSQLConnect is certified by Sun Microsytems to provide full support for JDBC4.0 in your Java applications.  No other JDBC product offers broader support for the JDBC specification and no other company makes it easier to leverage your data assets as your needs evolve.

Feature Benefit
Multiple Result Sets If a statement returns multiple result sets the application may process any result set returned without having to close the other result sets.
Key Generation When rows are inserted into the database the application has a standard way to automatically retrieve the row IDs generated. 
Savepoints The application may specify any number of savepoints in a transaction and specify a rollback to any savepoint.
Holdable Cursors The application may control whether cursors are retained across a transaction commit or rollback.
Parameter Metadata The application may obtain detailed meta data about every parameter required for a prepared statement or stored procedure.
Named Parameters All parameters passed to stored procedures may now be referenced by name in addition to parameter number.
Statement Pooling The application may specify statement pooling characteristics on data sources.
Blob/Clob New API's are available to manipulate the contents of Blobs and Clobs.
Database Meta Data Database meta data has been expanded to support the additional features introduced by the JDBC 4.0 specification.