Programming Guide |
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.
C only
- · 0: The variable is not found.
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.