Hi,
I want to retrieve data from our SAP db2 database. I got a user and access to the correct table. How can I do this?
I'm not familiar with the jdbc adapter. Do I always need to do a update after my select? Because all I want is to make a SELECT and then use that data in my mapping. I'm never going to make any updates to the table.
Also, is there any guide for how to type connection syntax and drivers? Must be something like jdbc:db2://server.com:5900/database etc.?
All help appreciated!