Skip to Content
0
Former Member
Feb 17, 2011 at 04:15 PM

Getting table name using getTables() method in iCommand Applet

32 Views

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..