Programming Guide



dm_bin_length

Gets the maximum length of an occurrence in a binary variable

#include <dmuproto.h>
unsigned int dm_bin_length(char *variable);

variable
The variable whose maximum occurrence length you want to ascertain.

Environment

C only

Returns

Description

If the application has created a binary variable with DBMS BINARY, this function gets the maximum length of a single occurrence in the variable. To get the length of an occurrence's contents, use dm_bin_get_dlength.

See Also

DBMS BINARY