Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » MobiLink - Client Administration » MobiLink SQL Anywhere Client Utility [dbmlsync]

-pc option Next Page

-pd option


Preload specified DLLs for Windows CE.

Syntax

dbmlsync -pd dllname;...

Remarks

When running dbmlsync on Windows CE, if you are using encrypted communication streams you must use the -pd option to ensure that the appropriate DLLs are loaded at startup. Otherwise, dbmlsync will not attempt to load the DLLs until they are needed. Loading these DLLs late is prone to failure due to resource limitations on Windows CE.

Following are the DLLs that need to be loaded for each communication protocol:

ProtocolDLL
ECCmlcecc10.dll
RSAmlcrsa10.dll
FIPSmlcrsafips10.dll

You should specify multiple DLLs as a semicolon-separated list. For example:

-pd mlcrsafips10.dll;mlcrsa10.dll