I'm trying to connect JaspersoftStudio to a SolidDB.
I'm able to create the DataAdapter and, after adding the driver, I can test the connection successfully.
When creating a report, after adding the query, I always get an exception:
java.lang.AbstractMethodError: Receiver class solid.jdbc.SolidDatabaseMetaData does not define or inherit an implementation of the resolved method 'abstract int getDatabaseMajorVersion()' of interface java.sql.DatabaseMetaData.
I'm assuming that the driver does not implement a method used by Jasper. Is there a way to use a SolidDB with Jasper or it is not supported?
0 Answers:
No answers yet