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,
I want to select my database at run time(oracle or sql or access or...)
But to get description of database objects what I have to do.
Is there any method similar to DESC in oracle which I can use with all the Databases.
thanks
gana
Hi
Thanks for reply. I understood How to get the description from the table and veiw. But how to get the description for the Stored procedures?
will the same thing works for that also.
regards
gana
Originally posted by gana
Hi
Thanks for reply. I understood How to get the description from the table and veiw. But how to get the description for the Stored procedures?
will the same thing works for that also.
regards
gana
I'm not sure if you can do that from SQL/Oracle, but I know you can from Access (Using DAO, I think).