Product Documentation

FairCom ISQL

Previous Topic

Next Topic

New Topic (2)

Creates a new FairCom DB SQL user role with the same name as the account.

When RBAC is inactive, fc_create_account is replaced by fc_create_user().

Parameters (2)

name VARCHAR(32)

pass VARCHAR(32)

create_role BIT

Example

call fc_create_account('accounting', 'unbreakable',1);

TOCIndex