What is 'data mining interface'?
What are the new features in c# 2.0?
which and why language did you choose for your particular project?
Is java still relevant?
What is the difference between NAS and HDFS?
Accounting Questions
What is setup script?
Do you know what is a linked server in sql server?
What are the steps you will take to improve performance?
Is nosql relational?
What is the difference between reload and restart?
Who is using asp.net?
How do I identify a font in excel?
What happens if the Capacitive Voltage Transformer Primary neutral is not earthed. There is a CVT between Transformer and source, and the CVT neutral of the transformer is not earthed, does it effect the transformer while charging or does it effect the transformer charging process.
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks