How to display the first 3 letters in these "ABCDEFGH" using
qtp script?
Answer Posted / tvs ramakrishna chowdary
'every thing is correct up to query passing
'after that follow below code
rs.open "select column_name1 from table",conn
do while not rs.EOF
msgbox rs.fields(0)'here column count stards form 0
(or)
msgbox rs.fields("column_name1")'instead of column no we
can use column name also
next
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How many add-ins comes by default with quicktest professional (qtp)?
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
To which environments does quicktest professional supports?
What are the features supported by UFT?
What is accessibility check point?
What are the different types of action?
Name the different types of recording modes?
How to use output values in qtp ?
How does quicktest professional identifies the object in the application?
How to find the difference between 2 dates in qtp?
what is supply chain management?
What do you mean by checkpoints in qtp?
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
Is it possible to split an action? How?
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter