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

Ns_DbCloseDb

Overview

Close a database handle

Syntax

    void Ns_DbCloseDb(
    	Ns_DbHandle *handle
    );

Description

The Ns_DbCloseDb function closes a database handle, freeing associated memory. Do not call this function on handles that were returned by Ns_DbPoolGetHandle; use Ns_DbPoolPutHandle instead.

Top of Page

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