SYNOPSIS

int MGOdelqna (Qna *qna)

DESCRIPTION

The MGOdelqna() function deletes a question&answer record. Information is passed through qna. The required fields are:

qna.uwnetid is the uwnetid name. qna.ordinal is the qna's ordinal (question number).

RETURN VALUE

Returns the number of records deleted upon success or -1 if an error occurred (in which case MGOerrno and MGOerrmsg are set appropriately).

ERRORS

AUTHENTICATION LEVEL

wmango

SEE ALSO

MGOinsqna(), MGOselqna(), MGOupdqna(), MGOzero()