Product Documentation

c-treeACE V10.0 Update Guide

Previous Topic

Next Topic

Set the Connection Node Name in c-treeACE SQL

c-treeACE has an ability to identify client connections by node name, which is a 32-character ASCII name that can be assigned by the client application. To provide an easy ability to do this in SQL, a built-in stored procedure is now available to set this by a connection:

fc_set_nodename( VARCHAR nodename )

No error or result sets are returned by fc_set_nodename(). It can be called multiple times within a SQL session to change the node name. When called with an empty string it clears the node name.

TOCIndex