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