I am starting using Jasper Reports in Servoy 4.0.0 .
When trying to use IReports 3.0.0 to access Sybase database where Servoy aplications stores the data, I get the following error :
ClassNotFoundError!
Msg: com.sybase.jdbc2.jdbc.SybDriver
This class may not have been found: com.sybase.jdbc2.jdbc.SybDriver
…
Looking into Ireports forum I found that non free Jdbc drivers are not installed when you download IReports, so you have to copy them to lib subdirectory and perhaps you also have to register them thru the Options/Classpath menu option.
Servoy 4.0.0 is using com.sybase.jdbc3.jdbc.SybDriver and I want to use the same for IReports 3.0.0; does anybody know how can I do it ?
Thanks for your help !