what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
1919Can 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 5753Am 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 5438what 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 8203write generic functions for webapplication?like generic function for webedit generic function for webbutton generic function for links
1 6834Hi 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 3659
about vb scripting programs this type of all question& answers
Mention what is the main difference between function and sub-procedure?
How are values assigned to the variables in the vbscript language?
What is byref and byval parameters in vbscript?
How to write VB script for login module?
What is vbscript language used for and which earlier language is it modeled upon?
Explain the string concatenation function in vbscript?
Mention characteristics of sub procedures?
When to use function procedures and what are its characteristics?
Hello Guys, If any body looking for "worksoft certify tool training in bangalore", please contact me aimansaud@gmail.com
when we use filter funtiom invb script(QTP)
Mention how you can call vbscript functions?
Explain different types of segment?
What are the different types of operators and their order of precedence?
1.I want to establish connection with excel and also want to fetch the data using SQL queries. 2.the code should be written in such a way that in future if I want to migrate from excel to MS excess database , then there should be minimal changes.