Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- C/Database Toolchest Library - name: <b>showfldnames</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Name:       showfldnames

Purpose:    show field names to stdout

Prototype:  int showfldnames(Db_Obj *db, char *separator);

Header:     isam.h

Inputs:     db          - database handle
            separator   - field separator string or NULL for new line

Description:
        showfldnames shows the names of the fields in the database db
        to stdout.

        The names of the fields are printed with the string separator
        separating the names.  If the separator is NULL, each field begins
        a new line.  Note that separator is a string (character array),
        not just a single character.

Returns:
        Returns OK and prints to stdout, or ERROR

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson