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

Get field size of column in fetched data set

Syntax

Description

colsize = width(cursor, column) gets the field size of the specified column number, column, in the fetched data set, cursor.

Examples

Get the width of the first column of the fetched data set, cursorA:

The field size of column one is 11 characters (bytes).

See Also

attr, cols, columnnames, fetch

[ Previous | Help Desk | Next ]