Welcome Guest. Sign in or Signup

1 Answers

IsEditError in File Layout processing

Asked by: 3718 views File Layout

What is the significance of IsEditError in File Layout processing?

Related Questions

1 Answers



  1. candidate on Oct 31, 2011 Reply

    When you populate a RowSet object using the ReadRowset method, and there is some error in one or more fields in one or more records, IsEditError property of the RowSet would return TRUE.

    This can be used to throw an error during processing.

    +3 Votes Thumb up 0 Votes Thumb down 0 Votes


Answer Question