Programming Guide



dm_bin_delete_occur

Deletes an occurrence in a binary variable

#include <dmuproto.h>
void dm_bin_delete_occur(char *variable, int occurrence);

variable
The binary variable that contains the occurrence to delete.

occurrence
The occurrence in variable to delete.

Environment

C only

Description

dm_bin_delete_occur frees the specified occurrence and sets the pointer to the occurrence to 0 if the application has created a binary variable with DBMS BINARY and the occurrence has been allocated. If the occurrence has not been allocated, the function does nothing.

See Also

DBMS BINARY