The message control parameters are held in the database. Use the following procedure to set the control parameter.
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'; |
Query the SYSREMOTEOPTION system view.
For example:
SELECT * from SYSREMOTEOPTION; |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |