Get arbitrary value from table information
char *Ns_DbTableValue ( Ns_DbTableInfo *tinfo, char *key );
The Ns_DbTableValue macro locates the specified key value in a table. For example, Ns_DbTableValue(tinfo, "description")
returns the description for the table stored in the ns_tables table.