Product Documentation

SQL Operations Guide

Previous Topic

Next Topic

fc_create_user( )

Creates a new FairCom DB SQL user username with initial password pass.

Parameters (2)

username VARCHAR(32)

pass VARCHAR(32)

Example

call fc_create_user('accounting', 'unbreakable');

TOCIndex