]> source.dussan.org Git - jackcess.git/commitdiff
tweak example
authorJames Ahlborn <jtahlborn@yahoo.com>
Thu, 23 Nov 2006 04:15:49 +0000 (04:15 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Thu, 23 Nov 2006 04:15:49 +0000 (04:15 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@137 f203690c-595d-4dc9-a70b-905162fa7fd2

xdocs/index.xml

index a1b3219eaca31a4c9a3535c0b9cdfbe705fd06f5..21d0f29ada2296d3a2950532db3196a156e25d4d 100644 (file)
@@ -23,7 +23,7 @@
       <p>
         <ul>
           <li>Displaying the contents of a table:
-            <pre>Database.open(new File("my.mdb")).getTable("MyTable").display();</pre>
+            <pre>System.out.println(Database.open(new File("my.mdb")).getTable("MyTable").display());</pre>
           </li>
           <li>Creating a new table and writing data into it:
             <pre>Database db = Database.create(new File("new.mdb"));