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 |
With out using the task manager,how to close the application using vbscript and what is the statement?
Object recognition in QTP is based on which model ? a) COM b) DCOM c) DOM d) None of the above
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
anyone can explain Diff B/w Actions and Functions
What is difference between the For..Next and While..Wend statements?
Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
What is the extension of script and object repositary files?
How to pass parameters into an action.Please explain me with examples
Deal All, Recently i face one interview question in one company. str="test12@#3456" In This i want to print like special character and numeric ,word in one script please tell me how to write the code for this Thanks Balaji
What are the Mandatory Properties of WebTable Object and Link Object in Web testing using QTP
in my database haveing 3X3 (manas having 3 rows 3 colums) i want to test only (2nd row 3colum) bit how to test either script or any automation plz explain? (Chandana)