Database Toolbox Previous page   Next Page
width

Get field size of column in fetched data set

Syntax

Description

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

Examples

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

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

See Also
attr, cols, columnnames, fetch, get


Previous page  versioncolumns GUI Reference Next page

© 1994-2005 The MathWorks, Inc.