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.
No Answer is Posted For this Question
Be the First to Post Answer
How to pass argument by reference to a function in vbscript?
Is vbscript language a case-sensitive language and what does it mean?
Write VB script to convert from feet to inches(hint 1feet=12 inches)
How to replace junk code recorded by QTP with a mall function.
What are the environments supported by vbscript language?
Explain about tristate constants?
How are arrays declared in the vbscript language?
what 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
How to map test cases with Automation script? Please explain in details.With example Thanks for your co-operation(In Advance)
Here in my automation tool, i am retreiving some values and i need to store this values in the excel. How can i achieve this?. We are using VBA as scripting language. please let me know if you require any further inputs.
Explain about constants in vb script?
What is loose binding? Why is it not a good practice to use it?