Programming Guide



dm_bin_get_occur

Gets the data in an occurrence of a binary variable

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

variable
The binary variable that contains the occurrence to get.

occurrence
The occurrence in variable whose data you want to get.

Environment

C only

Returns

Description

If the application has created a binary variable with DBMS BINARY and the occurrence has been allocated, this function gets the specified occurrence from the variable.

See Also

DBMS BINARY