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
write a vb script to display factorial of a number using function
How do you create a recordset object in VBScript?
how do you make the variable declaration mandatory?what is the use of "option explicit"?
Why is the use of exit do or exit for statements within loops discouraged?
how does vb script help in web page designing? explain with example.
How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.
Explain few date functions in vbscript?
Open Yahoo Login Page in that page Suppose i have 100 mails and i want to delete 10'th mail now give procedure & Coding For that Scenario
Write a Script for ATM in QTP
write a Vb script to find a whther a selected drive exits.
Hi Friends my Question is very simple,in Manual testing when we click on a hyper link it directs us to the relavent page or it re-directs us to the current page,so there we can easily write testcase but same thing if we do in automation script using QTP & need to generate report using Reporter.report event how we will do it?thanks in advance...
How to Pass Multiple values in functions by using vb script? Function value(arg1,arg2) N1=arg1+arg2 N2=arg1-agr2 N3=arg1*agr2 N4=arg1/arg2 Value= How to pass ? End Function