| ||||||||||||||||||
|
There is a newer edition of this item:
|
All the sample applications appear on the companion CD-ROM, along with some driver software. One drawback is that code listings and some sidebars appear on gray fields and are somewhat hard to read. The author also consistently refers to the "Java SDK," rather than the proper "JDK."
The Java JDK, an essential part of any JDBC development effort, is provided.
The JDBC-ODBC bridge from SunSoft.
INTERSOLV DataDirect ODBC Pack for Windows 95/Windows NT.
The Mojo Visual Java Development Environment for Windows 95. Also provided are the majority of the programming examples used in this book. Wherever a program is referenced with a program name, that program is available on the CD-ROM. A special Web page has been created as a front-end to navigating the CD-ROM included with this book. To access that Web page, please load the file named index.html, found in the root directory of the CD-ROM, into your browser. The directory locations of the programs and instructions on running the various applications are accessible from this Web page. Also included on this Web page are links to various JDBC-related sites, as well as the online supplement to this book, explained in the following section. The combination of the JDBC-ODBC bridge and the Intersolv DataDirect ODBC drivers allow JDBC applications to be developed under the Windows 95 environment. ODBC drivers are provided for a number of databases, including MicroSoft Access. The Mojo Visual Java Development Environment is a robust development environment that provides a window painter and class browser with the ability to drop pre-developed modules directly into the applet being developed. Directions and online help are provided on the CD-ROM. About the Web Site Finally, this and every book in the Developer's Resource Series is accompanied by a special online Web supplement created especially for each book. Changes to JDBC for JDK 1.1 With the release of version 1.1 of the JDK, JDBC will be part of the core Java API. As part of this merge effort, several minor changes have been made to JDBC. These changes are not, unfortunately, backward compatible. They are as follows: The java.sql.Numeric class has been renamed java.lang.Bignum. The Connection class auto close mode has been removed from JDBC. This has the impact of removing the setAutoClose and getAutoClose methods from the Connection class. The code samples that appear in this book have been developed with JDK version 1.02. The Numeric class and the setAutoClose method of the Connection class have not been used in any of the examples so it is reasonable to expect that this code could be recompiled and run under JDK version 1.1 with little or no modification. But this would require the use of a different version of the JDBC-ODBC bridge and ODBC driver than is included on the CD-ROM. The reference section of this book does not contain a reference for the setAutoClose and getAutoClose methods of the Connection class. The reference section for the Numeric class, however, has not been renamed to BigDecimal. As this book goes to press, the JDK version 1.1 has not yet been released and it is possible that this class may be given another name. The reader should be aware that the Numeric class referenced in this text will carry another name in the final release of the Java 1.1 JDK. Note that the methods for the Numeric class will remain the same, having the same name and signature, only the class name will change. Acknowledgments I would like to acknowledge the contributions of the following individual: Zia Kahn at XenoSys, a true Java evangelist, for the excellent three-tier RMI application demo; Shekhar Kirani, for a perceptive technical review; and Mark Hapner at SunSoft, for consistently speedy responses to my technical queries.
Product Details
Would you like to update product info or give feedback on images?
|
|
Share your thoughts with other customers:
|
||||||||||||||||||||||
|
Most Helpful Customer Reviews
2 of 2 people found the following review helpful:
4.0 out of 5 stars
Good for starting JDBC,
By digbee@pcisys.net (Colorado Springs, Colorado) - See all my reviews
This review is from: Jdbc Developer's Resource: Database Programming on the Internet (Prentice Hall Ptr Developer's Resource Series) (Paperback)
This book steps you through the JDBC API. This is not a book for an expert, but gives you a stepping stone into the relm of java database programming. This book also touches on points to watch out for and sometimes offers workarounds. The book also offers an explanation section and then a seperate reference section which allows you to get to the meat.
2 of 3 people found the following review helpful:
2.0 out of 5 stars
Sloppy, very SLoppy....,
By Keith Kwiatek (Washington DC) - See all my reviews
This review is from: JDBC Developer's Resource (2nd Edition) (Paperback)
Tons of garbarge examples that don't even make sense....I will let the horse speak:int getColumnType(int column) String colTypeName = rsmd.getColumTypeName(1);
4.0 out of 5 stars
For a beginner,
By Michael Pucciarelli (Rockville, MD United States) - See all my reviews
This review is from: JDBC Developer's Resource (2nd Edition) (Paperback)
This book is good for a beginner. I read this book and it helped me tremondously. This book would not be good for the experienced beginner. The code is easy to follow; although some could have been written better. It is a good reference. -- Not the best I have read.
Share your thoughts with other customers: Create your own review
|
|
Tag this product(What's this?)Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items. |
|
This product's forum
Active discussions in related forums
Search Customer Discussions
|
Related forums
|