KI_HANDLE_SET_ATTR_STR
Argument | Enumeration | Purpose |
---|---|---|
handle | Table handle | |
eAttr | KDB_HANDLE_ATTR_ENUM | attribute |
sAttr$ | Buffer containing attribute string | |
status | KDB_ERROR_ENUM | Return status |
sPrevious$ | Previous value |
KI_HANDLE_SET_ATTR_STR
This function is used to control the string attributes of a database handle. The complementary function KI_HANDLE_GET_ATTR_STR can be used at any time to get the current value of an attribute. The attribute will have trailing blanks clipped. An empty string will be converted to a NULL or undefined attribute.
Valid attributes and the enumeration that define them may be found in this page and in the constants list here. Some attributes are read only and cannot be set.