Contents Index The ULXML utility The SQL preprocessor

UltraLite Database User's Guide
  Utility Programs

The HotSync conduit installation utility


Function 

The utility installs or removes a HotSync conduit onto the current machine.

Syntax 

dbcond9 [ options ] id

Option 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
Description 

Install a HotSync conduit onto the current machine. The HotSync manager must be installed in order for this to be run.

Options 

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.

Examples 

The following command line installs the conduit for the CustDB sample application, which has a creator ID of Syb2:

dbcond9 -n CustDB Syb2

Contents Index The ULXML utility The SQL preprocessor