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
Mention how to assign a date value to a variable?
What are the environments supported by vbscript language?
what is the standards used for writing the script in QTP
Explain the arrays in vb script?
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
I 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?
Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks
does anyone have qtp11.0 license key.Please sendit to my mail id-rrvv2011@gmail.com...Thanks
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)
What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?
How to throw an error in vbscript?
What is the use of the formatdatetime function in the vbscript language?
How strcomp function works?
how to comvert 120 into one hunderd twenty rupees only and vice varsa
What are the 2 ways to pass a value to the function?