when i read 6 mb txt file from ftp using streamreader then
rdr.EndOfStream shows function evaluation timeout .
Need help
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jaganathan BantheswaranPosted Oct 1, 2013, 2:33 AM
I could try this post. But still it may help you.
Have a look at this post
Ish BandhuPosted Sep 30, 2013, 6:27 AM
may be problem is here:
OracleDataAdapter odp = new OracleDataAdapter("select count(*) from Bcil_PurchaseOrder where ART_CODE='" + strArtNo + "' and PROD_ORDER='" + strOrderNo + "' and DESTINATION='" + strRdcNo + "'", cnn);
DataSet ds = new DataSet();
odp.Fill(ds);
here u did not open the connection
Ravi ShekharPosted Sep 30, 2013, 5:34 AM
Ish BandhuPosted Sep 30, 2013, 5:03 AM
Ravi ShekharPosted Sep 30, 2013, 2:16 AM
but still getting timeout.
Ravi ShekharPosted Sep 30, 2013, 1:55 AM
Jaganathan BantheswaranPosted Sep 30, 2013, 1:55 AM
Ish BandhuPosted Sep 30, 2013, 1:42 AM