-es server option

Allows unencrypted connections over shared memory.

Syntax
{ dbsrv11 | dbeng11 } -ec encryption-options -es ...
Applies to

All servers and operating systems, except Windows Mobile.

Remarks

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.

See also
Example

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