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

Ns_DbPoolAllowable

Overview

Determine if pool is available

Syntax

    int Ns_DbPoolAllowable(
    char *hServer,
    char *poolname
    );

Description

The Ns_DbPoolAllowable function returns NS_TRUE if the specified pool poolname is available on the server hServer. It returns NS_FALSE if the pool does not exist or if the server is not allowed to use this pool. See the "ns/server/server-name/module/nscgi" section in the AOLserver Administrator's Guide for information on setting allowable pools for a server.

Top of Page

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