jdbc接口技术 -----外文翻译.doc

约8页DOC格式手机打开展开

jdbc接口技术 -----外文翻译,译文: jdbc是一种可用于执行sql语句的javaapi(applicationprogramminginterface应用程序设计接口)。它由一些java语言编写的类和界面组成。jdbc为数据库应用开发人员、数据库前台工具开发人员提供了一种标准的应用程序设计接口,使开发人员可以用纯java语言编写完整的数据库应用程...
编号:8-212081大小:52.00K
分类: 论文>外文翻译

内容介绍

此文档由会员 wanli1988go 发布

译文:
JDBC是一种可用于执行SQL语句的JavaAPI(ApplicationProgrammingInterface应用程序设计接口)。它由一些Java语言编写的类和界面组成。JDBC为数据库应用开发人员、数据库前台工具开发人员提供了一种标准的应用程序设计接口,使开发人员可以用纯Java语言编写完整的数据库应用程序。
一、ODBC到JDBC的发展历程
说到JDBC,很容易让人联想到另一个十分熟悉的字眼“ODBC”。它们之间有没有联系呢?如果有,那么它们之间又是怎样的关系呢?
ODBC是OpenDatabaseConnectivity的英文简写。它是一种用来在相关或不相关的数据库管理系统(DBMS)中存取数据的,用C语言实现的,标准应用程序数据接口。通过ODBCAPI,应用程序可以存取保存在多种不同数据库管理系统(DBMS)中的数据,而不论每个DBMS使用了何种数据存储格式和编程接口。


JDBC Interface Technology
JDBC is a SQL statement can be used for the implementation of the JavaAPI (ApplicationProgrammingInterface Application Programming Interface). It consists of a number of Java Language class and interface components. JDBC for database application developers, database developers Front Desk Tools provides a standard application programming interface, So that developers can use pure Java language to prepare a complete database application.

One, ODBC to JDBC course of development
Speaking of JDBC, it is tempting to think of another very familiar with the word "ODBC". There is no contact between them then? If there is, then between them is What kind of relationship?