Product Documentation

SQL Operations Guide

Previous Topic

Next Topic

fc_set_impersonation( )

Enables impersonation of a FairCom DB SQL connection. Specify a taskid of zero to disable impersonation of the connection (default). Specify a taskid of 1 to enable impersonation of the connection by any other connection. Specify a taskid greater than 1 to enable impersonation of the connection only by a connection having that specific task ID.

Parameters (1)

taskid INTEGER

Example

call fc_set_impersonation( 19 )

TOCIndex