[ 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 virtual server is not allowed to use this pool. See the "[ns/server/server-name/cgi]" section in the AOLserver Administrator's Guide for information on setting allowable pools for a virtual server.

Top of Page

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