Hi All,
I need to fetch the table names from the SQL query in my irpt page
and my SQL query will look like..
SELECT * FROM EMPLOYEE.
I found there is a direct method in iCommand Applet to get the table names from that SQL Query
iCommand.getQueryObject().getTables();
but it is not returning me anything ..
is that the right way to get the table names from SQL query [ Fixed query mode ] or any other way to get the table names??
thanks in advance..