User Tools

Site Tools


Sidebar

Welcome to DIDO WIKI

dido:public:ra:xapend:xapend.a_glossary:j:jdbc

Java Database Connectivity(JDBC)

Return to Glossary

Jdbc is … Java Database Connectivity(JDBC) is a Java Application Programming Interface (API) that enables Java programs to execute Structured Query Language (SQL) statements. This allows Java programs to interact with any SQL-compliant database. Since nearly all Relational DataBase Management Systems (RDBMSs) support SQL, and because Java itself runs on most platforms, JDBC makes it possible to write a single database application that can run on different platforms and interact with different DBMSs.

JDBC is similar to Open Database Connectivity (ODBC), but is designed specifically for Java programs, whereas ODBC is language-independent.

JDBC was developed by JavaSoft, a subsidiary of Sun Microsystems.

Source: https://www.webopedia.com/definitions/jdbc/

dido/public/ra/xapend/xapend.a_glossary/j/jdbc.txt · Last modified: 2021/10/04 13:40 by 50.19.247.197
Translations of this page: