Contents Index -p option -pi option

MobiLink Synchronization Reference
  MobiLink Synchronization Client
    dbmlsync options

-pd option


Function 

Preload specified dlls for Windows CE.

Syntax 

dbmlsync -pd dllname;...

Description 

When running dbmlsync on Windows CE, you should use the -pd option to specify dlls that need to be loaded. Otherwise, the correct dlls may not be loaded and an error may be generated.

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

Protocol DLL
TCP/IP dbmlsock9.dll
HTTP dbmlhttp9.dll
HTTPS dbmlhttps9.dll

You should specify multiple dlls as a semicolon-separated list. For example,

-pd dbmlsock9.dll;dbmlhttp9.dll

Contents Index -p option -pi option