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 and unencrypted connections over shared memory are allowed.
dbsrv11 -ec SIMPLE -es -x tcpip c:\mydemo.db |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |