Hello Guys, If any body looking for "worksoft certify tool training in bangalore", please contact me aimansaud@gmail.com
553I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?
363
How are arrays declared in the vbscript language?
What is the use of the instr function?
How can the spaces from the string be removed?
How will you release the memory acquired by an array variable in vbscript?
How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
Explain the operator precedence in vb script?
What are the properties of regexp object?
What is byref and byval parameters in vbscript?
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?
Mention when to use function procedures and what are its characteristics?
What is the difference between a dictionary and an array?
what is diff between static and dynaic arrys?
how to acces the remote mechine using vb cript(QTP)
Set srchobj=Description.Create() srchobj("type").value="text" srchobj("name").value="q" srchobj("html tag").value="input" browser("micclass:=google").Page("micclass:=google").webedit (srchobj).Set "qtp" what's wrong in my code pls tell me ? the above code working fine and i got my result pass,now i am trying to run the program it shows general run time error why?pls help me i am in learning stage ?