Functions | |
| alp_status_t | alp_memo_dml_delete (AlpDmlH dmlH, AlpLuid memoLuid) |
| alp_status_t | alp_memo_dml_insert (AlpDmlH dmlH, AlpDmlItemH memoH, AlpLuid *memoLuid) |
| alp_status_t | alp_memo_dml_update (AlpDmlH dmlH, AlpDmlItemH memoH, AlpLuid memoLuid) |
|
||||||||||||
|
Deletes an existing memo record from the MEMO table of the MEMO database. Once the memo was deleted, the _CATEGORY_MEMBERSHIP table must be updated by calling alp_memo_dml_remove_memberships(). If the AlpDmlH parameter is invalid, an ALP_STATUS_MEMO_DML_INVALID_PARAMETER is returned. If the AlpLuid parameter is invalid, an ALP_STATUS_MEMO_DML_INVALID_LUID is returned.
|
|
||||||||||||||||
|
Inserts a new memo record into the MEMO table of the MEMO database. On success, a new AlpLuid will be returned in the memoLuid parameter. After a memo is inserted into the MEMO table it must be also inserted into the _CATEGORY_MEMBERSHIP table using the AlpLuid calling alp_memo_dml_add_memberships(). If the AlpDmlH, AlpDmlItemH, AlpLuid parameters are invalid, an ALP_STATUS_MEMO_DML_INVALID_PARAMETER is returned.
|
|
||||||||||||||||
|
Updates an existing memo record into the MEMO table of the MEMO database. If the AlpDmlH or AlpDmlItemH parameters are invalid, an ALP_STATUS_MEMO_DML_INVALID_PARAMETER is returned. If the AlpLuid parameter is invalid, an ALP_STATUS_MEMO_DML_INVALID_LUID is returned.
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.