Web hosting Glossary
Definitions of java database connectivity:
- JDBC is an application program interface (API) specification for connecting programs written in java to the data in a database
www.village-eaters.com/resources/glossary/J
- Java database connectivity is the standard API for accessing relational data.
www.dmreview.com/resources/glossary.cfm
- An industry standard for database-independent connectivity between the Java platform and a wide range of databases. The JDBC interface provides a call-level API for SQL-based database access.
publib.boulder.ibm.com/infocenter/adiehelp/topic/com.ibm.wsinted.glossary.doc/topics/glossary.html
- JDBC is a Java API that enables Java programs to execute SQL statements. This allows Java programs to interact with any SQL-compliant database. Since nearly all relational database management systems (DBMSs) 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.
www.greensuite.com/glossary.html
- An application programming interface (API) that has the same characteristics as Open Database Connectivity (ODBC) but is specifically designed for use by Java database applications. Also, for databases that do not have a JDBC driver, JDBC includes a JDBC to ODBC bridge, which is a mechanism for converting JDBC to ODBC; it presents the JDBC API to Java database applications and converts this to ODBC. JDBC was developed by Sun Microsystems, Inc. and various partners and vendors.
www.rapidspec.com/RapidSpec%20Site/PROJECT%20ASSISSTANT%20SECTION/DOC%20SERVICES%20SECTION/Project%20Literature/rsp-Technicalinfo_Term.htm
- Java Database Connectivity, or JDBC, is an API for the Java programming language that defines how a client may access a database. (To be strictly correct, JDBC is not an acronym.) It provides methods for querying and updating data in a database. JDBC is oriented towards relational databases.
en.wikipedia.org/wiki/Java_Database_Connectivity
Site Map
©2007 sy4host All About
Web Hosting