SQLCOLUMNS( ) Function Example
The following example assumes SQLCONNECT( ) is successfully issued, and its return value is stored to a memory variable named gnConnHandle
. SQLCOLUMNS( ) is used to create a cursor named MyCursor
containing information about the columns in the authors
table.
= SQLCOLUMNS(gnConnHandle, 'authors', 'FOXPRO', 'MyCursor')