为 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 |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |