第八章数据库编程(netbeans版).pptVIP

  • 11
  • 0
  • 约5.66万字
  • 约 130页
  • 2017-05-27 发布于河南
  • 举报
第八章数据库编程(netbeans版)

* * * * * * * * * * * * * * * This page provides the following downloads and specifications: JDBC 4.0 API JDBC RowSet Implementations 1.0.1 JWSDP 1.4 Co-Bundle JDBC RowSet Implementations 1.0.1 JDBC 3.0 API JDBC Optional Package for CDC/Foundation Profile API JDBC 2.1 API JDBC 2.0 Optional Package API JDBC API Test Suite 1.3.1 JDBC API Test Suite 1.2.1 JDBC 1.0.2 API JDBC 4.0 API Specification Final Release - JSR-000221 The JDBC 4.0 API Specification is now available for download. JDBC RowSet Implementations 1.0.1 JWSDP 1.4 Co-Bundle The JDBC RowSet Implementations 1.0.1 JWSDP 1.4 Co-Bundle builds around the final specification of JSR-114 providing the reference implementation, specification including a step by step tutorial to educate developers on the best usage of JDBC RowSets. We also provider demostration sampes and code to allow developers to immediately deploy J2EE and WebServices enabled applications that use JDBC RowSet into the Sun Java System Application Server PE, Tom Cat and Sun Java System Web Server. JDBC RowSet Implementations The JDBC RowSet Implementations specification standardizes key RowSet implementations defined in the JDBC 3.0 specification. This specification will become part of Java 2 Standard Edition 5 when it is released. JDBC 3.0 API All of the JDBC 3.0 API, including both the java.sql and javax.sql packages, is bundled with the Java 2 Platform, Standard Edition, version 1.4 (J2SE). If you have downloaded the J2SE platform, you already have all of the JDBC API and do not need to download anything from this page * 1.别忘了在Eclispe里面编译完了,deploy到tomcat上,因为DataWeb还没有发布到tomcat上 2.启动tomcat 3.启动MySQL 4.在Ie中输入 * * * * * * * * 直接在mySQL的工具使用中SQL语句 select??name?from?book?where?name?like?%book%?不行, 应该是?select?name?from?book?where?name?like?%book% 提示大家:PreparedStatement的用法和直接的SQL语句是不同的,在PreparedStatement中,不是直接写SQL而是把变量用?表示,然后在用setString赋值 因此,可以这样用: String?sql=select?name?from?book?where?name?like??; PreparedStatement?ps

文档评论(0)

1亿VIP精品文档

相关文档