Maximum Row Size Property

ADO and SQL Server

ADO and SQL Server

Maximum Row Size Property

The Maximum Row Size property returns the maximum length of a single row in a table.

Applies To
Connection Object
Syntax

object.Properties("Maximum Row Size")

Parts

object

Expression that evaluates to an object in the Applies To list.

Data Type

adInteger

Modifiable

Read-only

OLE DB Property

DBPROP_MAXROWSIZE

Remarks

If there is no specified limit or the limit is unknown, Maximum Row Size is set to zero.

See Also

Maximum Row Size Includes BLOB Property