Answer Posted / vamsilakshman
create table tablename (sid int,sname varchar(20))
insert into tablename(1,'vamsi')
insert into tablename(2,'lakshman')
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is used of Property........End Property loop ? how to write the script for it?
What is the difference between for loop and while loop?
Explain about the asc function?
Explain about the functionality of vb script?
How to create a cookie using vbscript?
Both Static and dynamic arrays are handled by VB script. Is it true?
why do u choose to go for testing why cant for devoloping
where can i learn VB scripint ?
What is variant in vb script?
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
Explain about .wsf files?
There are 5 web pages.write a script to click the button on 4th web page.
For a webbased application:- what should be code in expert veiw, for retrieving a single column name "username" from a server and checking whether exported "username" from datatable doesn't exist in server. suppose i have saved in excelsheet a username="gayatri" , which is exported, then checked for whether this username "gayatri" exist in server database or not ? if exist then allow to enter new username, which should be again checked for in loop , or else come out of loop and enter a distinct "username". plz let me have this answer in my id gayatrisahooin@hotmail.com
how to check whether link is disabled in QTP??
What are the 2 ways in which a variable can be declared in the vbscript language?