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

Ns_PdDbGetTypes

Overview

Send the data types for the database to the client.

Syntax

    void Ns_PdDbGetTypes(void *handle);

Description

This function sends a string of the data types for the database with Ns_PdSendString.

Example

    #define DBMS_TYPES "text integer real boolean date time 
    timestamp"
    void
    Ns_PdDbGetTypes(void *handle)
    {
        Ns_PdLog(Trace, "gettypes:");
        Ns_PdSendString(DBMS_TYPES);
    }

Top of Page

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