int MGOupdextcategory (Validation *cat)
The MGOupdextcategory() function updates an existing extended category record. Information is passed through cat. The required fields are:
cat.validid is the validation id. cat.source_code is the validation source reference code. This may be specified as "0" for a source-less binding. cat.category_code is the category reference code. cat.status_code is the validation status reference code. cat.expiration is the expiration date of the extended category. You can only change the status_code and expiration fields. To change the other fields, you must insert a new record.
Returns the number of records updated upon success or -1 if an error occurred (in which case MGOerrno and MGOerrmsg are set appropriately).
wmango
MGOdelextcategory(), MGOselextcategory(), MGOselrcategory(), MGOselrvalsource(), MGOselrvalstatus(), MGOzero()