Community Scoring

Was this page helpful?

Tag Tags0

This page has no tags

Page statistics

283 views1 edit(s)2060 characters(s) Page last modified 18:10, 15 Jan 2013 by contentconnector
How to add your knowledge

odbc_recordsetGetFieldNames()

    Table of contents
    1. 1. Synopsis
    2. 2. Syntax

    Synopsis

    Get the list of field (column) names in the recordset.

    Syntax

    odbc_recordsetGetFieldNames ( recPtr As User, _
                                  Optional ignoreErrors? As Boolean = False ) As List 
    Argument Type Description
    recPtr user Recordset pointer that was obtained through odbc_recordsetOpen() call.
    ignoreErrors? boolean Optional; if the argument is True, then database errors are not reported as Intent exceptions; default is False.