SQL Remote User's Guide
Command Reference for Adaptive Server Anywhere
Use this statement to identify a database immediately below the current database in a SQL Remote hierarchy, who will receive messages from the current database. These are called remote users.
GRANT REMOTE TO userid, ...
TYPE message-system, ...
ADDRESS address-string, ...
[ SEND { EVERY | AT } send-time ]
Parameter | Description |
---|---|
userid | The user ID for the user to be granted the permission |
message-system |
One of the message systems supported by SQL Remote. It must be one of the following values:
|
address-string | A string containing a valid address for the specified message system. |
send-time | A string containing a time specification in the form hh:mm. |
Must have DBA authority.
Automatic commit.
GRANT REMOTE statement [SQL Remote]
Granting and revoking REMOTE and CONSOLIDATE permissions