How to get the column count and column name from the
resultset in the database connection program?
Answer Posted / nageshbijoor@gmail.com
you can get column count using following code
totalrec = 0
DataTable datatable
datatable = ds.Tables["tablename"]
totalrec = datatable.Rows.Count
Label1.Text = datatable.Rows[currrec]["columnname"].ToString
()
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
Give the syntax to import/export xls into qtp.
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...
Hi friends did any budy attend accenture system test for qtp? if any budy pls drop questions.not only accenture any other mnc company which you attended system test(QTP)?it may helpful to others also
How does qtp recognize objects in aut?
what type of framework u r using in ur organization
What is the difference between the design-time and run-time data tables?
What is difference between shared and local object repository?
How to use output values in qtp ?
Is any limitation to xml checkpoints?
give me the code to save all messages of inbox of gmail into a folder and notepad
Explain the concept of how quicktest professional identifies object?
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji