Update permissions on the specified database.

<para> Where the Database does not support the concept of granting permissions, this method will do nothing. </para> <para> This function is not intended for use on Connect POWER databases. </para>

Syntax

ISDatabaseProviderBuilderUtilitiesBase.DatabasePermissionsUpdate(databaseConnectionInfo, deleteExisting, makeAllTablesPublic)

Parameters

NameTypeOptionalByRefDescription
databaseConnectionInfo ISDatabaseConnectionInfo Connection information for the database.
deleteExisting Boolean Indicates whether to delete existing permissions.
makeAllTablesPublic Boolean Indicates whether to grant public access to all tables.

Return Value

Boolean

A Boolean value indicating success.

Member of:
ISDatabaseProviderBuilderUtilitiesBase
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0