Returns the value of the option corresponding to the given option name.
SYNC_PROFILE_OPTION_VALUE(profile_name, option_name)
profile_name The name of the sync profile to inspect.
option_name The name of the option to retrieve the corresponding value for.
Returns the value of the option corresponding to the given option name.
Option names with periods will retrieve values from a sublist with the given base option name before the period, and the given sublist option name after the period.
SQL/2003 Vendor extension.
Consider the profile:
MobilinkUid=joe;Stream=tcpip{host=sybase;port=1234};Ping=1 |
MobilinkUid joe
Stream tcpip{host=sybase;port=1234}
Stream.host sybase
Stream.port 1234
Ping 1
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |