On Error resume next in VB.NET

Sep 28 2004 3:22 AM
I have written on .vb class to fetch records from SAP. On error I am inserting error in log file. But after writing to log file it should move to next record, which is not happening right now. How should I write on Error function?

Answers (1)