DatabaseColumnSize()
Syntax
Result = DatabaseColumnSize(#Database, Column)Description
Return the size of the specified column in the #Database. It is especially useful when the size of the column can change depending of the records, like a blob or string column.
Parameters
#Database The database to use. Column The column to use.
Return value
Returns the size of the column in bytes.
See Also
DatabaseColumns(), DatabaseColumnType(), DatabaseColumnName()
Supported OS
All