This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.a_glossary:j:jdbc [2021/04/18 20:16] nick created |
dido:public:ra:xapend:xapend.a_glossary:j:jdbc [2021/10/04 13:40] (current) 50.19.247.197 ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Java Database Connectivity(JDBC) ====== | + | ===== Java Database Connectivity(JDBC) ===== |
| - | [[dido:public:ra:xapend:xapend.a_glossary| Return to Glossary ]] | + | [[dido:public:ra:xapend:xapend.a_glossary:start| Return to Glossary ]] |
| **Jdbc** is ... | **Jdbc** is ... | ||
| - | **Java Database Connectivity(JDBC)** is a Java [[dido:public:ra:xapend:xapend.a_glossary:a:api]] that enables Java programs to execute [[dido:public:ra:xapend:xapend.a_glossary:s:sql]] statements. This allows Java programs to interact with any SQL-compliant database. Since nearly all [[dido:public:ra:xapend:xapend.a_glossary:r:rdbms| 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. | + | **Java Database Connectivity(JDBC)** is a Java [[dido:public:ra:xapend:xapend.a_glossary:a:api]] that enables Java programs to execute [[dido:public:ra:xapend:xapend.a_glossary:s:sql]] statements. This allows Java programs to interact with any SQL-compliant database. Since nearly all [[dido:public:ra:xapend:xapend.a_glossary:r:rdbms| Relational DataBase Management Systems (RDBMSs)]] support SQL, and because Java itself runs on most platforms, JDBC makes it possible to write a single database [[dido:public:ra:xapend:xapend.a_glossary:a:application|application]] that can run on different platforms and interact with different DBMSs. |
| JDBC is similar to [[dido:public:ra:xapend:xapend.a_glossary:o:odbc]], but is designed specifically for Java programs, whereas ODBC is language-independent. | JDBC is similar to [[dido:public:ra:xapend:xapend.a_glossary:o:odbc]], but is designed specifically for Java programs, whereas ODBC is language-independent. | ||