- Shopping Bag ( 0 items )
Other sellers (Paperback)
-
All (14) from $1.99
-
New (5) from $9.5
-
Used (9) from $1.99
More About This Textbook
Overview
A highly useful reference for students, educators, and professionals alike, who are learning to use JAVA and JDBC for interconnecting and using databases. The real world analogies and JDBC examples presented throughout the text direct the reader to the essential elements required to make the Java database connection function seamlessly within a user's application. I found the book easy to read, informative, and a great addition to standard course texts.
—Dr. Paul J. Fortier, University of Massachusetts—Dartmouth
JDBC: Practical Guide for Java Programmers is the quickest way to gain the skills required for connecting your Java application to a SQL database. Practical, tutorial-based coverage keeps you focused on the essential tasks and techniques, and incisive explanations cement your understanding of the API features you'll use again and again. No other resource presents so concisely or so effectively the exact material you need to get up and running with JDBC right away.
Features
Audience: Database programmers, Java programmers and developers, system designers, database administrators and upper-level undergraduate/graduate computer science students.
Editorial Reviews
From the Publisher
"A highly useful reference for students, educators, and professionals alike, who are learning to use JAVA and JDBC for interconnecting and using databases. The real world analogies and JDBC examples presented throughout the text direct the reader to the essential elements required to make the Java database connection function seamlessly within a user's application. I found the book easy to read, informative, and a great addition to standard course texts." — Dr. Paul J. Fortier, University of Massachusetts—DartmouthProduct Details
Related Subjects
Meet the Author
Gregory D. Speegle is an associate professor at Baylor University where he has taught graduate and undergraduate database courses for 10 years. He received a B.S. degree from Baylor in 1984, and a Ph.D. from the University of Texas in 1990. He has been the graduate director since 1994. Dr. Speegle believes students should be comfortable using databases as part of routine programming. His area of research interest is multimedia databases.
Table of Contents
1 - Introduction to JDBC
2 - Presenting Information to Users
3 - Querying the Database
4 - Updating the Database
5 - Advanced JDBC Topics
6 - An eCommerce Example
7 - How to Stay Current with JDBC
8 - Appendix