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

Ns_DbTableExists

Overview

Determine whether table exists

Syntax

    int Ns_DbTableExists (
    	Ns_DbHandle *handle,
    	char *table
    );

Description

The Ns_DbTableExists function returns 1 if the table exists in the database specified by handle and returns 0 otherwise.

Top of Page

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