12140JDBC 3.0http://www-106.ibm.com/developerworks/java/library/j-jdbcnew/?open&l=766,t=grj,p=jdbc3Java Database Connectivity (JDBC) 3.0 specification builds on an already solid foundation by adding several new features that address a number of areas of missing functionality. Both the java.sql and, for the first time, the javax.sql packages will be included in the Java 1.4 platform, currently in beta. Java developers will be able to take advantage of the enhancements when it is released later this year, which makes this a good time to start understanding the changes.
We will briefly discuss some of the design goals that the JDBC architects considered for this release. By understanding the architects' rationale, we'll be better able to understand the changes themselves. We will summarize the new features in the specification to understand how the API as a whole has changed. Additionally, we will examine in depth those key features that are most applicable to application developers, to help you successfully leverage the new capabilities.Java > Tips and Tutorials > Database-RelatedOct 11, 2006
Java Database Connectivity (JDBC) 3.0 specification builds on an already solid foundation by adding several new features that address a number of areas of missing functionality. Both the java.sql and, for the first time, the javax.sql packages will be included in the Java 1.4 platform, currently in beta. Java developers will be able to take advantage of the enhancements when it is released later this year, which makes this a good time to start understanding the changes.
We will briefly discuss some of the design goals that the JDBC architects considered for this release. By understanding the architects' rationale, we'll be better able to understand the changes themselves. We will summarize the new features in the specification to understand how the API as a whole has changed. Additionally, we will examine in depth those key features that are most applicable to application developers, to help you successfully leverage the new capabilities.
This chapter provides tutorial notes on using DataSource objects and JNDI to connect Java DB (Derby) Database. Topics include creating connections with ClientDataSource objects directly without JNDI; downloading and installing JNDI File System Service Provider; Binding ClientDataSource objects to JNDI names; Looking up ClientDataSource objects through JNDI.
Learn how to use the JDBC-ODBC Bridge driver with MS Access database. Topics include creating MS Access database file; creating DSN for MS Access database files; inserting rows to and retrieving rows from Access database.
Same goes for database URLs in JDBC. JDBC requires that all database connection strings should be represented by URLs. The URLs used in JDBC have following structure:
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.