There r 1000 rows and 1000 coloums , in that I want pickup a
name of the coloumn , pls dont say in sql statements , in
interview one of the interviewer said it was a wrong answer
pls any send me answer its urgent
src = "DRIVER=SQL Server;SERVER=<ur
server>;UID=<username>;PWD=<password>;DATABASE=<database>"
Set dbconn = CreateObject("ADODB.Connection")
dbconn.Open src
Set dbrecset = dbconn.Execute(query to connect table)
For i = 0 to dbrecset.Fields.Count-1 'to get total col. count
Print dbrecset.Fields(i).Name 'to print col. name
Next
| Is This Answer Correct ? | 1 Yes | 3 No |
how to create user defined functions in QTP? can any one expalin me with example.. Thanks in Advance for help
If already everything is tested using White-Box testing, then what is the need of using Black box testing?
If 2 gmail browsers are opened in our system, how to enter the mail id and password into second browser by using discriptive program?
I have test cases in excel sheet but i am using quality center.How can i copy the testcases from excel sheet to quality center?explain this process.
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
Why we are selecting QTP for testing ?
when will you do debug your script? and explain that process?
If there are 10 notepads opened on desktop. how can we close a particular 2nd notepad using script
what is option explicit? what is the use of it?
How will you check that your test cases covered all the requirements?
How to parameterize a text field and the same field as combo field on next page. Means inserting values in Text field will appear in the combo field. for example country name, state name. Kindly reply it is urgent !!!
can u put checpoints for moving images