My report is created on a Windows system based on ODBC. Now I need to export and print it to PDF within Java on a non Windows system that has no knowledge of JDBC.
I have created a JDBC connection. How can I tell the report to use that jdbc connection instead of the ODBC connection. There are methods for setting datasource and so on. And in the java doc I even can find Connection and ConnectionInfo and so on, but I can't figure out how to do this...
Any help appreciated.
Thanks,
Mark