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

SQL Anywhere 11.0.1 (中文) » MobiLink - 客户端管理 » 用于 MobiLink 的 SQL Anywhere 客户端 » MobiLink SQL Anywhere 客户端实用程序 (dbmlsync)

 

-pd 选项

为 Windows Mobile 预装载指定的 DLL。

语法
dbmlsync -pd dllname;...
注释

在 Windows Mobile 上运行 dbmlsync 时,如果使用加密通信流,则必须使用 -pd 选项来确保在启动时装载相应的 DLL。否则,直到需要时 dbmlsync 才会尝试装载 DLL。由于 Windows Mobile 上的资源限制,以后装载这些 DLL 时容易失败。

以下是需要为每种通信协议装载的 DLL:

协议 DLL
ECC mlcecc10.dll
RSA mlcrsa10.dll
FIPS mlcrsafips10.dll

应以分号分隔的列表来指定多个 DLL。例如:

-pd mlcrsafips10.dll;mlcrsa10.dll