Hi,
Im trying to get the list of sql servers available. For this,
I wrote a batch file with the command "osql /L > C:\servers.txt"
when i try to read this file from
java class, it is able to
read the content successfully (Rather most of the times...
)
However, sometimes...... it doesn't ...???
I really wonder what could be the reason....
here is the code...
Thanks in advance
Vijay