Return the type of a column
char *Ns_DbColumnType( Ns_DbTableInfo *tinfo, int index );
The Ns_DbColumnName macro returns the type of the column specified by the given index. Possible values include text, char, integer, and boolean.
Top of Page
Copyright © 1996 America Online, Inc.