Is there a way to access jdbc/ jndi resource properties associated with a Datasource in BIRT?
I would like to access the properties (esp. driverClass) to modify the query associated with the datasets to address database engine specific variations.
TIA
You can access the properties of a datasource at design time by right-clicking on the datasource in the report designer and selecting Edit – this will enable you to edit driver class, driver URL, JNDI URL, etc.
It should be possible to access these properties programmatically in the events associated with the Datasource (especially the beforeOpen event), if not elsewhere.