How to get the column count and column name from the
resultset in the database connection program?
Answer Posted / tvsrkc
we can get the column count by following code
------------------------------------------------
set colcoll=rs.fields
colcnt=colcoll.count
for i=0 to colcnt-1
msgbox rs.fields(i).name
rs.movenext
next
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
The hybrid framework can be implemented for any application. Is it true?
Explain the types of object repository?
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?
How software automation specialist enter steps in the Expert View?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
Explain Descriptive Programming Types with Examples?
Explain the concept of object repository & how qtp recognizes objects?
wht type of User defined functions or Java Releated functions do we write in VB scripting
How to create Reusable and Multiple Actions?
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
How does qtp identify gui object?
Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?
What are the types of environment variables in qtp?
Your roles and responsibilities and daily tasks? (As automation tester)
What are the advantages of qtp?