[ Previous ] [ Contents ] [ Index ] [ Next ]

Ns_DbTableValue

Overview

Get arbitrary value from table information

Syntax

    char *Ns_DbTableValue (
    	Ns_DbTableInfo *tinfo,
    	char           *key
    );

Description

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.

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1996 America Online, Inc.