UltraLite User's Guide
UltraLite Reference
The utility installs or removes a HotSync conduit onto the current machine.
dbcond8 [ switches ] id
Switch | Description |
---|---|
id | The creator ID of the application to use the conduit |
-n name | The name displayed by the HotSync manager. |
-x | Remove the conduit for the specified creator ID |
Install a HotSync conduit onto the current machine. The HotSync manager must be installed in order for this to be run.
id The application user ID who is to use the conduit. If a conduit already exists for the specified creatorID, it is replaced by the new conduit. This is a required option.
-n name The name displayed by the HotSync manager. This is also the name of the subdirectory where the conduit stores data. Do not use this option together with -x
. The default value is MobiLink conduit.
-x Remove the conduit for the named creatorID. If -x
is not specified, a conduit is installed.
The following command line installs the conduit for the CustDB sample application, which has a creator ID of Syb2:
dbcond8 -n CustDB Syb2