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

Ns_DbColumnIndex

Overview

Return the index of a column

Syntax

    int Ns_DbColumnIndex(
    	Ns_DbTableInfo *tinfo,
    	char           *name
    );

Description

The Ns_DbColumnIndex function returns the index of a column within the table referenced by the given Ns_DbTableInfo structure. The index is a required parameter for the other Ns_DbColumn functions.

Top of Page

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