InterClient Implementation of JDBC Features

From InterBase

Go Up to InterClient/JDBC Compliance Specifications


The following lists unique aspects of InterClient's implementation of the JDBC API.

InterClient implementation of JDBC features
java.sql Subclass Feature Description

Driver

connect()

Requires two Properties values: “user” and “password”, specifying the database user login and password.

DriverManager

getConnection()

Requires two Properties values: “user” and “password”, specifying the database user login and password.

Advance To: