Database Toolbox User's Guide
  Go to function:
    Search    Help Desk 
cols    Examples   See Also

Get number of columns in fetched data set

Syntax

Description

numcols = cols(cursor) gets the number of columns in the fetched data set, cursor.

Examples

This example shows that there are three columns in the fetched data set, cursorA:

See Also

columnnames, fetch, rows, width

[ Previous | Help Desk | Next ]