IBX.IBServices.TIBSecurityService.SQLRole

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SQLRole : String read FSQLRole write FSQLrole;

C++

__property System::UnicodeString SQLRole = {read=FSQLRole, write=FSQLRole};

Properties

Type Visibility Source Unit Parent
property published
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices TIBSecurityService

Description

The role name used to connect to the isc4.gdb security database.

Use SQLRole to set or return role name used to connect to the isc4.gdb security database. For more information about using SQL roles with InterBase, refer to "ANSI SQL 3 roles" in the InterBase 6 Operations Guide

You must install InterBase 6 to use this feature.