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'; |
To view the message link parameters (SQL)Query the SYSREMOTEOPTION system view.
For example:
SELECT * from SYSREMOTEOPTION; |
Message link parameters stored on disk
See also![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |