数据库编程 东海陈光剑 桃花源大仙 20120807.docx

数据库编程 东海陈光剑 桃花源大仙 20120807.docx

  1. 1、本文档共33页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
数据库编程 东海陈光剑 桃花源大仙 20120807

数据库编程东海陈光剑 桃花源大仙igure 2.1 Java App 与数据库通信过程16Figure 3.1 the Books table.17Figure 3.2 shows the most common SQL data types.20Figure 3.3 SQL Data Types and Their Corresponding Java Types21数据库编程Database ProgrammingJDBC设计架构The Design of JDBCSQL结构化查询语言The Structured Query Language安装JDBCJDBC InstallationJDBC编程基本概念Basic JDBC Programming Concepts查询Query Execution滚动更新数据Scrollable and Updatable Result Sets元数据Metadata行Row Sets事物Transactions高级连接Advanced Connection ManagementLDAP简介Introduction to LDAPIn the summer of 1996, Sun released the first version of the Java Database Connectivity (JDBC) API. This API lets programmers connect to a database and then query or update it, using the Structured Query Language or SQL. (SQL, usually pronounced like sequel, is an industry standard for relational database access.)Java and JDBC have an essential advantage over other database programming environments: Programs developed with Java and JDBC are platform independent and vendor independent.The same database program written in Java can run on an NT box, a Solaris server, or a database appliance powered by the Java platform. You can move your data from one database to another, for example, from Microsoft SQL Server to Oracle, or even to a tiny database embedded in a device, and the same program can still read your data. This capability is in sharp contrast to traditional database programming. Too often, developers write database applications in a proprietary database language, using a database management system that is available only from a single vendor.JDBC has been updated several times. As part of the release of JDK 1.2 in 1998, a second version of JDBC was issued. As this book is published, JDBC 3 is the most current version, with JDBC 4 under development. JDBC 3 is included with JDK 1.4 and 5.0.We must caution you that the JDK offers no tools for visual database program development. For form designers, query builders, and report generators, you need to turn to third-party to

文档评论(0)

shenlan118 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档