Skip to main content

Recap

In Part II of the Caché Java Binding and JDBC QuickStart tutorial, you have learned the following:

  • How to connect a Java application to Caché through the Caché JDBC Driver using com.intersys.objects.CacheDatabase and using java.sql.DriverManager

  • How to execute SQL queries on the Caché database

  • How to execute stored procedures on the Caché database

  • How to use the Caché implicit join syntax to simplify the SQL for queries involving joins

Note:

Click here to return to the Preface.

Click here to return to Part I (The Java Binding Mechanism).

Click here to return to Part II (Caché and JDBC).

FeedbackOpens in a new tab