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

Ns_DbSpStart

Overview

Start execution of a stored procedure

Syntax

    int Ns_DbSpStart(
    Ns_DbHandle *handle, 
    char *procname
    );

Description

Start execution of a stored procedure. This must be run before any other Ns_DbSp* call. Returns NS_OK on success, NS_ERROR on failure.

Top of Page

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