Determine if pool is available
int Ns_DbPoolAllowable( char *hServer, char *poolname );
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.