Answer Posted / srinivas reddy
In SQL Insert statement is
insert into tablename values(columnname1 datatype,
columnname2 datatype........)
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..
How will you reverse a string in vbscript?
regular expression that will recognize a browser as long as its name property starts with mybrowser
When does ‘on click of button’ event gets triggered in the vbscript language?
can anyone tell me the procedure of interview held in applabs
What is difference between vbscript and vba?
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
Explain the adodb.stream class?
In html file what is an ideal position to include vbscript?
How to add actions in driver script to run those actions in QTP?
How many types of operators are available in the vbscript language?
What are the valid scopes of a variable in vbscript?
Hi Friends my Question is very simple,in Manual testing when we click on a hyper link it directs us to the relavent page or it re-directs us to the current page,so there we can easily write testcase but same thing if we do in automation script using QTP & need to generate report using Reporter.report event how we will do it?thanks in advance...
Differentiate javascript and vbscript?
How will you release the memory acquired by an array variable in vbscript?