count of columns in fetched Dataset(dynamic report generation) [message #1060313] |
Fri, 24 May 2013 02:43  |
Eclipse User |
|
|
|
Hi,
I am trying to generate reports(table) programatically using birt runtime api's(kind of Adhoc reporting ), where the user can enter any SQL query , application should connect to the DATASOURCE and fetch the DATASET based on the query the end user is going to enter.
here is where i am facing issue, after fetching the DATASET I am not being able to fetch the number of columns present in the fetched DATASET.I have tried using getColumnMetaData but could'nt succeed.
can any one please guide me to come out of this problem, all i have is OdaDataSetHandle with which i must fetch the count of columns and column names(i.e, all metadata regarding the DATASET).
Thanks in advance.
|
|
|
|
Powered by
FUDForum. Page generated in 0.03435 seconds