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

Ns_DbDriverName

Overview

Get driver for database

Syntax

    char *Ns_DbDriverName(
    	Ns_DbHandle *handle
    );

Description

The Ns_DbDriverName function returns the name of the database driver associated with handle.

The storage for the string returned is owned by the database driver and must not be freed or modified in any way.

Top of Page

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