Close a database handle
void Ns_DbCloseDb( Ns_DbHandle *handle );
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
Copyright © 1996 America Online, Inc.