git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@212
f203690c-595d-4dc9-a70b-
905162fa7fd2
</p>
</section>
<section name="Sample code">
- <p>
<ul>
<li>Displaying the contents of a table:
<source>System.out.println(Database.open(new File("my.mdb")).getTable("MyTable").display());</source>
<source>Database.open(new File("my.mdb")).importFile("Imported2", new File("my.csv"), ",");</source>
</li>
</ul>
- </p>
</section>
<section name="Other Resources">
Some other jackcess related projects: