Hello:
I'm trying to print a report using the jjasperreport library with data of a MS Access database.
To access to data i use the ucanaccess library, and it works properly.
By i don't konw how to connecto with de jasperreport. I am doing with:
How I should do it? Thanks in advance
I'm trying to print a report using the jjasperreport library with data of a MS Access database.
To access to data i use the ucanaccess library, and it works properly.
By i don't konw how to connecto with de jasperreport. I am doing with:
B4X:
jasper.getConnectionAccess("c:\data.mdb")
How I should do it? Thanks in advance