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

Ns_DbSetException

Overview

Set last error message for database

Syntax

    void Ns_DbSetException(
    	Ns_DbHandle *handle,
    	char        *code,
    	char        *msg
    );

Description

The Ns_DbSetException function sets the last error message for the database referenced by handle. The code argument cannot be larger than 5 characters. The msg will be returned by any following calls to Ns_DbReturnError.

Top of Page

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