marco.canta Active Member Licensed User Longtime User Apr 5, 2016 #1 Hi, I should create an app that reads data from an old Access database (.mdb). I searched the forum but I could not find anything. Which library use? Some examples? Tanks Marco
Hi, I should create an app that reads data from an old Access database (.mdb). I searched the forum but I could not find anything. Which library use? Some examples? Tanks Marco
fixit30 Active Member Licensed User Longtime User Apr 5, 2016 #2 You should use jSQL and the correct JDBC jar file. https://www.b4x.com/android/forum/threads/sql-tutorial.35185/#post-206131 Upvote 0
You should use jSQL and the correct JDBC jar file. https://www.b4x.com/android/forum/threads/sql-tutorial.35185/#post-206131
somed3v3loper Well-Known Member Licensed User Longtime User Apr 5, 2016 #3 This was built for B4A I do not know whether it works for B4J or not https://www.b4x.com/android/forum/threads/jackcess-library-uses-ms-access-database-files.28373/ If not you can search for a .mdb to sqlite converter . Upvote 0
This was built for B4A I do not know whether it works for B4J or not https://www.b4x.com/android/forum/threads/jackcess-library-uses-ms-access-database-files.28373/ If not you can search for a .mdb to sqlite converter .
EnriqueGonzalez Well-Known Member Licensed User Longtime User Apr 5, 2016 #4 This is the library You should look for. http://ucanaccess.sourceforge.net/site.html It is very easy to use with B4J, Just add it as #AdditionalJar Follow the instructions on the webPage and you are good to go. Upvote 0
This is the library You should look for. http://ucanaccess.sourceforge.net/site.html It is very easy to use with B4J, Just add it as #AdditionalJar Follow the instructions on the webPage and you are good to go.