Understanding JDBC
After you have stored the data in the JSTP database, you need some way to access it over the Web. Oracle8i provides two different client-side programmatic interfaces for Java developers: JDBC and SQLJ (enabling SQL to be embedded in Java). In this chapter we will discuss JDBC connectivity. Chapter 6, "Using JDBC to Access the Data in JavaStop,") discusses how to manipulate JavaStop data using JDBC and Chapter 7, "Implementing Efficient JavaStop Code Using SQLJ," discusses how SQLJ can be used to write efficient programs.
Working with Java Database Connectivity
Java Database Connectivity (JDBC) is a standard API that enables application developers to access and manipulate relational databases from within Java programs. The JDBC ...
Get e-Commerce Applications Using Oracle8i and Java from Scratch now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.