D_CTBPATH

SUMMARY
d_ctbpath(path)
char *path;

ARGUMENTS
path String containing path directory which contains
the database dictionary

DESCRIPTION
This function sets the path to the directory containing the country
table. This function must be called before the database is opened.

CURRENCY CHANGES
None

RETURN CODES
-1 S_DBOPEN Datadase is open.Function called after d_open.


EXAMPLE
..
d_ctbpath("/tables/charset1/");
d_open("dbasex","o");
..