LoginSQLRolePrefix property |
Applies to
TIB_Connection
Declaration
Property LoginSQLRolePrefix : string;
Description
For convenience, I have resources defined with a prefix to keep them separate
per application. This makes it so that the actual value including its prefix
does not need to be displayed in full. The prefix will be added to whatever
SQL role the user selects.
For example, if the user selects USER from the SQL Role drop down and the
prefix is set to MYAPP_ then the database will use the SQL Role of MYAPP_USER.