Micro Focus QTP (UFT) Forums
validation tables and column in a oracle database - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: validation tables and column in a oracle database (/Thread-validation-tables-and-column-in-a-oracle-database)



validation tables and column in a oracle database - ajayr1982 - 04-20-2011

Hi All,
Help required on this.

I have table named EMP. I am not bothered whether it contains data or not.
EMp table has columns as 'emp_name', 'emp_id'

i need to check whether EMP table exists or not .
i need to check whether columns exists or not.

how do i do it

the datasheet will have table and column names.