Micro Focus QTP (UFT) Forums
ADO data type for VarChar2 in oracle. - 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: ADO data type for VarChar2 in oracle. (/Thread-ADO-data-type-for-VarChar2-in-oracle)



ADO data type for VarChar2 in oracle. - ayadav - 11-30-2011

We have a procedure call with 134 variables in Oracle. data type for most of them is varchar2 and when i define it in VBscript according to the ADO data type, it throws exception. I tried several data types in ADO but no success. Any help is appriciated.
I used the recordset for this the procesure completes without error but then output is not displayed. Procedure call send the input variables and once completed i get three output value, a unique number, a code for sucessfull comletion and a array. I just need to get the unique number and use it in further validation.