Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.0 » SQL Remote » Managing SQL Remote systems » SQL Remote message systems

 

Set remote message type control parameters

The message control parameters are held in the database. Use the following procedure to set the control parameter.

 To set a message control parameter (SQL)
  • Execute a SET REMOTE OPTION statement.

    For example, the following statement sets the FTP host to ftp.mycompany.com for the FTP link for user myuser:

    SET REMOTE FTP OPTION myuser.host = 'ftp.mycompany.com';
    

    See SET REMOTE OPTION statement [SQL Remote].

 To view the message link parameters (SQL)
 Message link parameters stored on disk
 See also