C API Functions |
Return the (non-allocated) filename of the current Understand database. Returns NULL if no database is currently open.
#include "udb/udb.h" char *udbDbName(void)
There are no arguments for udbDbName.
char *
Returns a non-allocated string of the filename of the Understand database.
NULL
NULL is returned when there is not a currently open database.
printf ("Database name: %s\n", udbDbName());
Scientific Toolworks, Inc. http://www.scitools.com Voice: (802) 763-2995 Fax: (802) 763-3066 support@scitools.com sales@scitools.com |