When I use streamReader.Re adLine()
this gives me the following subject error
( " cannot read closed textreader " )
I am reading an entire folder with .txt files containing sql query lines, when command line return true the .txt files have to be copy in a folder "OK" and if returns false I have to copy file in the "BASH" directory...
in the third execution of my cod I get this error.
is there somebody who can help me.... ???
this gives me the following subject error
( " cannot read closed textreader " )
I am reading an entire folder with .txt files containing sql query lines, when command line return true the .txt files have to be copy in a folder "OK" and if returns false I have to copy file in the "BASH" directory...
in the third execution of my cod I get this error.
is there somebody who can help me.... ???
Comment