Contents Index REVOKE REMOTE DBA statement START SUBSCRIPTION statement

SQL Remote User's Guide
  Command Reference for Adaptive Server Anywhere

SET REMOTE OPTION statement


Function 

Use this statement to set a message control parameter for a SQL Remote message link.

Syntax 

SET REMOTE link-name OPTION
userid.| PUBLIC.]link-option-name = link-option-value

Parameters 

link-name:
file | ftp | mapi | smtp | vim

link-option-name:
file-option | ftp-option | mapi-option | smtp-option | vim-option

file-option:
debug | directory | unlink_delay

ftp-option:
active_mode | debug | host | password 
port | root_directory | user

mapi-option:
debug | force_download | ipm_receive 
ipm_send | profile

smtp-option:
debug | local_host | pop3_host 
pop3_password | pop3_userid
smtp_host | top_supported

vim-option:
debug | password | path | receive_all 
send_vim_mail | userid

link-option-value:
string

Permissions 

Must have DBA authority. The publisher can set their own options.

Side effects 

Automatic commit.

See also 

sp_link_option procedure


Contents Index REVOKE REMOTE DBA statement START SUBSCRIPTION statement