I have a fairly simple MSaccess database that holds pictures (small sized) with some descriptions.
Other tables in this database hold some reference values.
Is there en (easy)way to load the data into an App?
Android doesn't support Access databases. You will need to first convert the data to SQLite database. I believe that there are Windows tools that support this feature.
As an alternative, I could just recreate the database in B4A. and try to load the pictures from a directory.
There is not too much data.
Is there a way to load the pictures in a pre-set sequence, so that I can link them to the database records? Or do I need to hard code the filenames?