Changes a query category name.
int
ade_qlsetctgyname(
ade_id ctgy_id,
char* name);
Returns RTNORM or an error code.
ctgy_id | Query category ID. |
name | Name of new category, up to 31 characters long. Must be unique, contain no spaces, and start with an alphanumeric character |
The category name cannot contain spaces.