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 |
I register user defined function in one test, I tried to call that function into other test. But that function not works in other test please give the direction for that.
Diff between WEB APPLICATION AND CLIENT-SERVER APPLICATION?
Tell me the situations where we will use Data Driven?
QTP -object reposistory spy tool is not able to spy the pop up message appearing in the application, so how is that i can handle such run time pop ups in QTP by code???
Difference between object identification and smart identification
Difference between image checkpoint and bitmap checkpoint
How to capture screen shots when an error occurs?
request to add whatsapp grp for test engineer
How to identify flash application when the qtp is not identifying the flash application objects.
hi Action 1 and action2 if we save it in C:, what folders will be created explain plz
How to add a runtime parameter to a data sheet?
How to find if given number is prime or not