Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java Jackcess Library Documentation?

Tags:

java

jackcess

I need to read and write some data on .mdb Access file and over the web I found the Jackcess library that that does exactly that.

Unfortunately I could't find any documentation to use that. On the library website there are a couple of examples, but no real documentation. Can anyone tell me if there's some sort of documentation somewhere?

like image 667
Luca Avatar asked Oct 28 '25 08:10

Luca


1 Answers

The javadoc is intended to be fairly explanatory. The primary classes would be Database and Table. The library is also heavily unit tested, so you can dig into the unit test code to see many examples. There isn't currently a great "getting started" document. It has been discussed before, but, unfortunately no one has picked up the ball on actually writing it. That said, the help forum is actively monitored.

UPDATE:

There is now a cookbook, which is the beginnings of a more comprehensive user-level documentation.

like image 90
jtahlborn Avatar answered Oct 30 '25 23:10

jtahlborn



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!