Integrating Databases with JavaBy Chád DarbySoftware Development West, May 13 1999
|
IntroductionBy using the Java Database Connection (JDBC) API, you can create a web interface to your corporate database. In this session, you will learn how to use the JDBC API to access relational databases. In this session, you will learn how to connect to a database, perform an SQL query and display the results. Techniques will also be presented for optimizing database transactions and calling stored procedures. You will also learn how to apply design patterns for creating database middleware components. Code examples will be presented throughout the session to help jump-start your development efforts. The session will conclude with a demonstration of a Java application accessing a relational database. |
Servlet Articles by Chád DarbyBooks Recommended by Chád Darby |