Macro: SQLColAttribute

Module location: sql.pkg line 1965 (view source)

***************************************************************************** *** Command: SQLColAttribute *** *** Purpose: Get an attribute of a column in a statements result set. *** *** *** *** Syntax : SQLColAttribute hstmt iCol iAttrId To sAttrib *** *****************************************************************************

    Move "" To !5
    If (!1) ;
        Get SQLColAttribute Of !1 !2 !3 To !5