Using More Advanced JDBC Features

Expand your basic knowledge of connecting to a database from a Java application using JDBC. Discover how to use just about any database application you may want. In this example its a Microsoft Access database.

This series, The Object-Oriented Thought Process, is intended for someone just learning an object-oriented language and who wants to understand the basic concepts before jumping into the code, or someone who wants to understand the infrastructure behind an object-oriented language he or she is already using. These concepts are part of the foundation that any programmer will need to make the paradigm shift from procedural programming to object-oriented programming.

In keeping with the code examples used in the previous articles, Java will be the language used to implement the concepts in code. One of the reasons that I like to use Java is because you can download the Java compiler for personal use at the Sun Microsystems Web site http://java.sun.com/. You can download the J2SE 1.4.2 SDK (software development kit) to compile and execute these applications and I will provide the code listings for all examples in this article. I have the SDK 1.4.0 loaded on my machine. I will also provide figures and the output (when appropriate) for these examples. See the previous articles in this series for detailed descriptions for compiling and running all the code examples.

In the previous article, I covered the basics of connecting to a database using Java Database Connectivity (JDBC). In these examples, you will connect to a Microsoft Access database; however, you are not limited to a specific technology when using JDBC. In future articles, you will explore other databases...

Read full article on Developer.com
Related Articles
- An Overview of Java Database Connectivity
We examine the basic steps required to handle JDBC using javax.swing for creating user interfaces. If you're new to object-oriented programming to databases in Java, this will set you off on the right path.
- Replication and Microsoft SQL Server 2000
Regional Articles
- Using More Advanced JDBC Features Alabama
- Using More Advanced JDBC Features Alaska
- Using More Advanced JDBC Features Arizona
- Using More Advanced JDBC Features Arkansas
- Using More Advanced JDBC Features California
- Using More Advanced JDBC Features Colorado
- Using More Advanced JDBC Features Connecticut
- Using More Advanced JDBC Features DC
- Using More Advanced JDBC Features Delaware
- Using More Advanced JDBC Features Florida
- Using More Advanced JDBC Features Georgia
- Using More Advanced JDBC Features Hawaii
- Using More Advanced JDBC Features Idaho
- Using More Advanced JDBC Features Illinois
- Using More Advanced JDBC Features Indiana
- Using More Advanced JDBC Features Iowa
- Using More Advanced JDBC Features Kansas
- Using More Advanced JDBC Features Kentucky
- Using More Advanced JDBC Features Louisiana
- Using More Advanced JDBC Features Maine
- Using More Advanced JDBC Features Maryland
- Using More Advanced JDBC Features Massachusetts
- Using More Advanced JDBC Features Michigan
- Using More Advanced JDBC Features Minnesota
- Using More Advanced JDBC Features Mississippi
- Using More Advanced JDBC Features Missouri
- Using More Advanced JDBC Features Montana
- Using More Advanced JDBC Features Nebraska
- Using More Advanced JDBC Features Nevada
- Using More Advanced JDBC Features New Hampshire
- Using More Advanced JDBC Features New Jersey
- Using More Advanced JDBC Features New Mexico
- Using More Advanced JDBC Features New York
- Using More Advanced JDBC Features North Carolina
- Using More Advanced JDBC Features North Dakota
- Using More Advanced JDBC Features Ohio
- Using More Advanced JDBC Features Oklahoma
- Using More Advanced JDBC Features Oregon
- Using More Advanced JDBC Features Pennsylvania
- Using More Advanced JDBC Features Rhode Island
- Using More Advanced JDBC Features South Carolina
- Using More Advanced JDBC Features South Dakota
- Using More Advanced JDBC Features Tennessee
- Using More Advanced JDBC Features Texas
- Using More Advanced JDBC Features Utah
- Using More Advanced JDBC Features Vermont
- Using More Advanced JDBC Features Virginia
- Using More Advanced JDBC Features Washington
- Using More Advanced JDBC Features West Virginia
- Using More Advanced JDBC Features Wisconsin
- Using More Advanced JDBC Features Wyoming
Related Articles
- An Overview of Java Database Connectivity
We examine the basic steps required to handle JDBC using javax.swing for creating user interfaces. If you're new to object-oriented programming to databases in Java, this will set you off on the right path.
- Replication and Microsoft SQL Server 2000

Rss   Delicious   Digg   Add To My Yahoo   Add To My Google   Bookmark   Search Plugin

Topics:
Architecture & Design Languages & Tools Project Management Web Services
Database Microsoft & .NET Security Wireless
Java Open Source Techniques XML