after medical test,when will be the police verification
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
Explain about .wsf files?
1. How do declare public variable in vb scripts?
How to Convert Hex color code to color name in VB Script?
Can 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)
Could Anybody tell me VBScript for Check if a given number is Prime number-Don't use any Built- in Functions Boolean/int is Prime(int number).. Thanks in advance.
Explain the extension .hta?
how to organize files in object repository of qtp
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
How will you get the octal value of the given number in vbscript?
what is used of Property........End Property loop ? how to write the script for it?
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?