DataSets

Top  Previous  Next

All data is returned in DataSets which contains at least one primary table and an informational table called ObjAcctInfo that includes fields for ErrorNumber, ErrorMessage and RetrieveTimeStamp used for local error handling and multi-user conflict resolution.  Possitive ErrorNumbers indiate the number of records returned in the DataSet.  Negative ErrorNumbers indicate an error condition.  ErrorMessage is designed to be passed on to the user for all errors except ErrorNumbers <= -50900 which are system errors.

 

See: Multiuser Considerations