To use the cxntest utility
1.
From a command prompt on the Campaign server, run the cxntest utility.
2.
The cxntest utility is prompt-driven. You must enter the following information at the prompts:
a.
b.
c.
d.
The utility does not prompt for confirmation of your selections.
3.
*
bprint[pattern]
Performs an array fetch on a list of tables, 500 at a time. Can optionally specify a search pattern.
*
Describes the specified table. Returns each column name and its corresponding data type, storage length, precision, and scale.
*
Terminates the database connection and exits.
*
Displays a list of supported commands.
*
print [pattern]
Returns a list of tables. Can optionally specify a search pattern.
*
Terminates the database connection and exits.
*
Executes any valid SQL command or series of SQL commands.