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

Ns_DbBindRow

Overview

Return an Ns_Set structure of column names to be returned by the previously-executed SQL command

Syntax

    Ns_Set *Ns_DbBindRow (
    Ns_DbHandle *handle
    );

Description

The Ns_DbBindRow function returns an Ns_Set structure whose key names are the column names of rows to be returned by the SQL command previously-executed by Ns_DbExec. If the SQL command does not return rows (i.e., the Ns_DbExec function did not return NS_ROWS), NS_ERROR is returned.

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1998-99 America Online, Inc.