If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Hi,
the command u gave me works good when i do from command prompt but
my rquirement is to embed this in to a esql code so that i can populate the result got by this on to a gui.
whith this sql you can get al linfo about the table or view.
you can run this through dbaccess or you can make a script that take an arg which could be the tabname and run it.
select *
from systables
where tabname = ' table name '