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
How will you check that a variable is an array in vbscript?
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)
how to answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me
What is the event handling in vbscript?
How will you convert a given number to long in vbscript?
Difference between dim,public and private variables in vb script?
Is vbscript a case-sensitive or case-insensitive?
how to increasing the numbers in a given text box please write a vb script
What is the use of the formatdatetime function in the vbscript language?
What are keywords in the vbscript language?
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...
How will you format a number in percetage format in vbscript?
What purpose does ‘on error resume next’ serves?
Which operator is used to concatenate the 2 values in the vbscript language?
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans