September 2013
Beginner
556 pages
14h 7m
English
CHAPTER 10
![]()
Database Access
In this chapter, you will learn about the objects needed to access a DBMS (Database Management System). In addition, we will cover the architectural topic of data encapsulation and use SQL as the data access language. We will then demonstrate how to configure the RAD and PC environment to connect to a DBMS and how to access the database from Java applications.
In this chapter, you will learn about:
The following objects:
ClassDriverManagerStatementConnectionResultSet
After this chapter, you should be able to: