How to get the column count and column name from the
resultset in the database connection program?
Answer Posted / krishnat.qa
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 ? | 1 Yes | 3 No |
Post New Answer View All Answers
How to capture a window in QTP?
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com
Which functionalities of QTP used in banking project? pls any say answer?
What are the recording modes in wave event?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
Describe how Smart Identification is used
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
Hello friends..... On which areas of an application we can not test with QTP
banking project description for software tester
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What's the difference between them? How to handle script issues?
How you can find the absolute value of the number in qtp?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..