This project is VERY exciting to me! I maintain a project that connects to an MS Access DB via JDBC/ODBC, which limits the project to running on 32-bit Windows only (without needing the user to do additional/unhelpful configuration.)
I have been working on porting my project over using Jacksess so that I can broaden the platforms on which it will run. Jacksess is great, but I've yearned to utilize the elegance and power of SQL. It sounds like this project can do just that!
I have a few questions about UCanAccess, if it's okay.
1) Is this project developed as a dependency for another project? That is, is it currently getting real-world testing?
2) Can it connect to password-encrypted Access 2010 databases?
3) Do you have sample code available?
I'm going to be checking this project out further in the near future! If I can get it working, I'd be happy to offer feedback.
Thanks for putting this project together!
Tom
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Tom,
thank you for your interest in my project!
1) UcanAccess is a very very young indipendent project but it has already been included important jdbc based tools.
2) You can see the documentation about the integration UCanAccess/Jackcess Encrypt in the project web site http://ucanaccess.sourceforge.net/site.html
(tab "Code Examples", see explanation of the jdbc url parameter jackcessOpener)
3)The source distribution comes with both a number of Junit Test Cases (package net.ucanaccess.test) and a simple java example class (net.ucanaccess.example.Example in the folder example) which illustrate how UCanAccess may be used.
Please feel free to report to me any problem you may find.
Cheers Marco
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This project is VERY exciting to me! I maintain a project that connects to an MS Access DB via JDBC/ODBC, which limits the project to running on 32-bit Windows only (without needing the user to do additional/unhelpful configuration.)
I have been working on porting my project over using Jacksess so that I can broaden the platforms on which it will run. Jacksess is great, but I've yearned to utilize the elegance and power of SQL. It sounds like this project can do just that!
I have a few questions about UCanAccess, if it's okay.
1) Is this project developed as a dependency for another project? That is, is it currently getting real-world testing?
2) Can it connect to password-encrypted Access 2010 databases?
3) Do you have sample code available?
I'm going to be checking this project out further in the near future! If I can get it working, I'd be happy to offer feedback.
Thanks for putting this project together!
Tom
Hi Tom,
thank you for your interest in my project!
1) UcanAccess is a very very young indipendent project but it has already been included important jdbc based tools.
2) You can see the documentation about the integration UCanAccess/Jackcess Encrypt in the project web site http://ucanaccess.sourceforge.net/site.html
(tab "Code Examples", see explanation of the jdbc url parameter jackcessOpener)
3)The source distribution comes with both a number of Junit Test Cases (package net.ucanaccess.test) and a simple java example class (net.ucanaccess.example.Example in the folder example) which illustrate how UCanAccess may be used.
Please feel free to report to me any problem you may find.
Cheers Marco