User's Manual

Chapter 18. Command Reference for Adaptive Server Enterprise
sp_passthrough_user procedure
Purpose Adds a named user to the list of recipients for passthrough statements.
Syntax sp_passthrough_user user_name
Argument Description
user_name
The user to be added to the list of recipients.
See also “sp_passthrough procedure” on page 402
“sp_passthrough_piece procedure” on page 403
“sp_passthrough_stop procedure” on page 405
“sp_passthrough_subscription procedure” on page 406
“PASSTHROUGH statement” on page 368
Description This is one of two ways that you can add to the list of recipients for
passthrough statements, the other being to use the
“sp_passthrough_subscription procedure” on page 406.
The sp_passthrough_user procedure adds the named user to the list of
recipients for passthrough statements. The list remains in force until reset
using the “sp_passthrough_stop procedure” on page 405.
Example
The following statement adds the user field_user to the list of recipients
for passthrough statements:
sp_passthrough_user ’field_user’
go
407