Entering content frame

Background documentation Link Description dbmcli.lnk Locate the document in the library structure

The following extract from the link description dbmcli.lnk contains the main commands required for creating the DBMCLI program. Special commands and switches, which may be needed for the link operation on the individual platforms, are not listed here.

Caution

To create the Database Manager CLI program, use the complete link description dbmcli.lnk (see Directory Structure of the Development Environment).

Extract from the Link Description dbmcli.lnk

&if $OS in [ WIN32 ]
    :Resource/dbmcli.rc remake
&endif

vcn12.cpp
vcn13.cpp
vcn14.c

cservlib

splib

eoxlib

&if $OS in [ WIN32 ]
    sqlusr
&else

    enalib
    enblib

&endif

Comments

The link description refers to module files and additional link descriptions:

·        References to module files cause these module files to be translated also. The translation tools are assigned on the basis of the file extension of the module files.

Module files in this example link description: dbmcli.rc, vcn12.cpp, vcn13.cpp, vcn14.c

·        References to link descriptions cause these link descriptions to be processed.

Link descriptions in this example: cservlib, splib, eoxlib, sqlusr, enalib, enblib

See also:

Components of DBMCLI

 

 

 

Leaving content frame