skip to main content
DataDirect Connect Drivers : DB2 Driver : Connection Properties : Grantee
  
Grantee
Purpose
The name of the schema to which you want to grant EXECUTE privileges for DB2 packages. This property is ignored if the GrantExecute property is set to false.
Valid Values
string
where:
string
Is a valid DB2 schema.
Notes
*Using a value other than PUBLIC restricts access to use the driver. For example, if you set this property to TSMITH, only the user TSMITH would be allowed access to use the driver against the server.
Default
PUBLIC
Data Type
String
See also
DB2 Packages