Hi Manu,

Though i didnt work on OracleTable, here is one clue.

In WebTable, we use like WebTable.getROProperty("column names") ' which 
will return string with column names.
After that we can split the array based on ";"

str=WebTableObj.getROProperty("column names")
arr=split(str,";")

In the same way, can you try for OrableTable?

Thanks,
Uday

On Wednesday, 22 February 2012 22:10:33 UTC+5:30, manu wrote:
>
> Hi Everyone,
>
> Please let me know how to get the column names of a Oracle table in Oracle 
> Apps application using QTP.
>
>
> *My Requirement:*
> I am having an oracle table in a application. My requirement is to 
> validate whether Emp No and Emp Name columns are present in that table or 
> not.  
>
> *Note :* 
>
> We can get the column names in a table for a Web or Sibel application but 
> i need the syntax for oracle apps application.
>
> Thanks in Advance,
> Manoj
>

-- 
-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

--- 
You received this message because you are subscribed to the Google Groups "QTP 
- HP Quick Test Professional - Automated Software Testing" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to