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

Ns_DbReturnError

Overview

Return a short database error message

Syntax

    int Ns_DbReturnError(
    	Ns_Conn *conn,
    	Ns_DbHandle handle,
    	char *sTitle
    );

Description

The Ns_DbReturnError function returns a formatted error message to a client describing the last database error. Ns_DbReturnError returns NS_OK or NS_ERROR.

Top of Page

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