Allows unencrypted connections over shared memory.
{ dbsrv11 | dbeng11 } -ec encryption-options -es ...
All servers and operating systems, except Windows Mobile.
This option is only effective when specified with the -ec option. The -es option instructs the database server to allow unencrypted connections over shared memory. Connections over TCP/IP must use an encryption type specified by the -ec option. This option is useful in situations where you want remote clients to use encrypted connections, but for performance reasons you also want to access the database from the local computer with an unencrypted connection.
The following example specifies that connections with simple encryption are allowed, as well as unencrypted connections over shared memory.
dbsrv11 -ec SIMPLE -es -x tcpip c:\mydemo.db |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |