I'm exhausted searching how I can connect Jaspersoft Studio to my database in Access using the Driver UcanAccess! I dont want to use OBDC anymore.
I already insert all jar files inside lib/
folder to my Classpath:
I tried setting the JDBC URL Like this:
jdbc:ucanaccess://C:/Users/Phillips/Documents/NetBeansProjects/SaludParaTodos/src/Hospital.accdb;showSchema=true
and this:
jdbc:ucanaccess://C:/Users/Phillips/Documents/NetBeansProjects/SaludParaTodos/src/Hospital.accdb
But still getting the same error!
it seems that the program does not find the driver but it is inexplicable because I'm pointing the Classpath! (commons-lang-2.6,commons-logging-1.1.1,hsqldb,jackcess-2.1.3)
¿How I suppose to install that driver in Jasper Studio?