|
|
 |
| Nov 8, 2009 |
|
|
|
Software >
Systems Software >
Software Development Tools >
Application Programming Interfaces >
|
|
|
|
ALSO CALLED: Java DataBase Connectivity
DEFINITION: Java Database Connectivity (JDBC) is an application program interface (API) specification for connecting programs written in Java to the data in popular databases. The application program interface lets you encode access request statements in Structured Query Language (SQL) that are then passed to the program that manages the database. It returns the results through a similar interface. JDBC is
Definition continues below.
|
|
JDBC Reports
|
|
1 Match
|
|
Your request for JDBC resources returned limited or no results. The request has been expanded to include Application Programming Interfaces resources.
|
E-Guide: SOA Strategy
sponsored by JBoss, a Division of Red Hat
EGUIDE:
Check out this E-Guide to read expert strategies for implementing service-oriented architecture (SOA). It covers topics such as the enterprise service bus (ESB), enterprise architecture, and tips toward SOA success. Read on to learn more.
Posted: 10 Jul 2009 | Published: 10 Jul 2009
|
|
| |
JDBC DEFINITION (continued):
very similar to the SQL Access Group's Open Database Connectivity (ODBC) and, with a small "bridge" program, you can use the JDBC interface to access databases through the ODBC interface. For example, you could write a program designed to access many popular database products on a number of operating system platforms. When accessing a database on a PC running Microsoft's Windows 2000 and, for example, a Microsoft Access database, your program with JDBC statements would be able to access the Microsoft Access database.JDBC actually has two levels of interface. In addition to the main interface,
JDBC definition sponsored by SearchOracle.com, powered by WhatIs.com an online computer dictionary
|
|
|
TechTarget provides enterprise IT professionals with the information they need to perform their jobs
- from developing strategy, to making cost-effective IT purchase decisions and managing their
organizations' IT projects - with its network of
|
|
|
Definitions:
|
|
 |
|
All Rights Reserved,
Copyright 2000 - 2009, TechTarget |
|
|
|
|
|