Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

access to data warehouse programmatically

Hi, I have to access to the datawarehouse to get values from SCM snapshot. I don't want use reports, but get values programmatically. My idea is to get values by SQL queries (using jdbc if it's possible) but I haven't found documentations or tutorials, so.. any suggestions? It's possible to access to the datawarehouse by JDBC? There is some example somewhere that shows how access and interrogate the datawarehouse programmatically? Thanks.

0 votes



One answer

Permanent link
On 3/19/2010 7:23 AM, albjazz wrote:
Hi, I have to access to the datawarehouse to get values from SCM
snapshot. I don't want use reports, but get values programmatically.
My idea is to get values by SQL queries (using jdbc if it's possible)
but I haven't found documentations or tutorials, so.. any suggestions?
It's possible to access to the datawarehouse by JDBC? There is some
example somewhere that shows how access and interrogate the
datawarehouse programmatically? Thanks.


Doing it generically using SQL queries could be difficult - it's
possible but won't work across database vendors.

Our custom ODA driver uses a repository mapping layer to translate the
logical table and column names into physical names, which may vary
depending on the db type. This is the implementation we use when
accessing data for BIRT reports. You can find the code for this in
com.ibm.team.reports.service.oda, starting in class ServiceQuery. Doing
something similar to what this driver does may be what you want.

james
RTC Reports Team Lead

1 vote

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,926

Question asked: Mar 19 '10, 7:09 a.m.

Question was seen: 4,635 times

Last updated: Mar 19 '10, 7:09 a.m.

Confirmation Cancel Confirm