what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
1977Can anybody code this problem for me in VB script - Create an array of 4 elements, increase its size to 7 elements and then find out which of the elements are prime (use functions)
2 5848Am working with web application. i faced one senario. i.e, webpage having webtable having two coloumns, in that first coloumn is for serial no and second coloumn is for mac address link, now i want to get first row second coloumn value, that having macaddress as link. Please help me how to get that link?
2 5551what is diff b/n these 2 programs 1) for i=5 to 1 step 2 msgbox "pass" next 2_) for i=5 to 1 step -2 msgbox "pass" next
5 8362write generic functions for webapplication?like generic function for webedit generic function for webbutton generic function for links
1 6899Hi I am having one folder with set of text files now i want to read and write that text files data into QTP. Any help plsss.
1 3721
How will you get the smallest subscript of an array in vbscript?
what is the difference between modular and data and keyword driven framework
Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)
Which constant is used for print and display functions and works as same as pressing enter key?
What is the technology used by vb script?
What is the event handling in vbscript?
Mention what is vbscript?
If else for do while select in vb script?
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
how to operate webobjects in a webpage using getobject function and then using generic methods?
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
How to write functions and sub in vb script?
Explain the extension .hta?
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
How will you release the memory acquired by an array variable in vbscript?