About CUBRID JDBC Driver


CUBRID JDBC connector works within the framework of the JAVA JDBC interface, an API that allows Java programs to use database servers in a portable way. JDBC is based on an approach similar to that used in the design of Perl and Ruby DBI modules, Python's DB-API module, and PHP's PEAR::DB class. This approach uses a two-tier architecture:

  • The top level is visible to application programs and presents an abstract interface for connecting to and using database engines. The application interface does not depend on details specific to particular engines.
  • The lower level consists of drivers for individual database engines. Each driver handles the details necessary to map the abstract application interface onto operations that a specific engine will understand.

The JDBC interface allows developers to write applications that can be used with different databases with a minimum of porting effort. Once a driver for a given server engine is installed, JDBC applications can communicate with any server of that type. By using CUBRID JDBC connector, your Java programs can easily access CUBRID databases.

Trackback '2'

CUBRID JDBC Tutorials

Installation Instructions [Setting Java Environment PATH] Tutorials and Guides [About CUBRID JDBC Driver] [CUBRID JDBC Compatibility] JDBC Sample CUBRID JDBC T...

3 months ago

CUBRID JDBC Driver

CUBRID JDBC driver (cubrid_jdbc.jar) enables the system to make a connection to the CUBRID database in an application written in Java. It comes bundled with CUBRID...

3 months ago

Page info
viewed 362 times
translations en
Author
posted 4 months ago by
CUBRID
Contributors
updated 4 months ago by
View revisions
tagged
Share this article