Penguin

Differences between version 2 and previous revision of hsqldbNotes.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Monday, December 1, 2008 4:58:31 pm by ShaneHowearth Revert
Older page: version 1 Last edited on Monday, December 1, 2008 4:52:02 pm by ShaneHowearth Revert
@@ -13,8 +13,9 @@
 The next step is a bit of coding for your application. 
 I have explicitly caught all the relevant exceptions in this code, but they can all be replaced with catch (Exception e) 
  
 import java.sql.*; 
+  
 class TestHSQLDB{ 
  public static void main(String[] args){ 
  try {