MaxLength (database statements)
Purpose
Returns or assigns an integer value indicating the maximum amount of data that can be returned from a column.
Syntax
DBStatement.MaxLength [= Length]
Length |
Can be set to the desired length or to the constant SQL_MAX_LENGTH_DEFAULT, which indicates that the column should return all data. |
|