B4J Code Snippet Opening MS Access databases (mdb)

Sabotto

Well-Known Member
Licensed User
I would like to access a db access with B4A.
I have read the suggested post, but there is only the code and not the libraries.
Where can I find version 4.0.4? If I go to http://ucanaccess.sourceforge.net/site.html find the last one (the version 5.0.1) which, if I understand correctly, would not work with B4A.
 
Last edited:

Pesciolina

Active Member
Licensed User
Longtime User
Hi,
this code, which would be very useful, gives me this error:


B4X:
B4J Versione: 10.30
Analisi del Codice.    (0.00s)
    Java Versione: 19
Building folders structure.    (0.02s)
Compilazione del codice.    (0.02s)
Compilazione del codice di layouts    (0.00s)
Organizzazione Librerie.    (0.00s)
Compilazione del codice Java prodotto.    Error
src\b4j\example\main.java:7: error: cannot find symbol
    import com.healthmarketscience.jackcess.CryptCodecProvider;
                                           ^
  symbol:   class CryptCodecProvider
  location: package com.healthmarketscience.jackcess
1 error
only showing the first 1 errors, of 2 total; use -Xmaxerrs if you would like to see more

javac 19.0.2

can you help me?
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…