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 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.
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.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