Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- db_VISTA III - d_dbdpath http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   D_DBDPATH

SUMMARY
   d_dbdpath(path)
   char *path;

ARGUMENTS
   path      String containing path to directory which contains
             the database dictionary

DESCRIPTION
   This function sets the path to the directory containing the database
   dictionary (dbname.dbd) file.This function must be called before the
   database is opened.Multiple paths may be specified for multiple database
   opens.The multiple paths must be separated by ";".If only one path is
   specified ,it will apply to all databases opened.

CURRENCY CHANGES
   None

RETURN CODES

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

   -35   S_NAMELEN     The path of the dictionary was too long.


EXAMPLE
   ..
   d_dbdpath("\\tims\\control\\;\\tims\\archive\\");
   d_dbfpath("\\tims\\data\\;\\tims\\olddata\\");
   d_open("tims;oldtims","o");
   ..

See Also: d_dbfpath d_dblog d_dbtaf d_dbuserid

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson