Specifies a single library option for a listening library.
dblsn -a value ...
By default, the Listener uses lsn_udp.dll if a library is not specified. Use the -d option to specify alternative or additional libraries.
Use the ? value to view all available library options.
Use the -a option multiple times to set additional library options.
The following example specifies the port option and declares the ShowSenderPort option in the lsn_udp.dll listening library:
dblsn -d lsn_udp.dll -a port=1234 -a ShowSenderPort |
The following example specifies the port option for two different libraries:
dblsn -d lsn_udp.dll -a port=1234 -d maac750.dll -a port=2345 |
The following example displays all available library options in the default library:
dblsn -a ? |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |