Error 1012030

Message text

for long binary/varchar Column ‘%2’, database page size of (%3) must be greater than %4. %1

Item

Value

SQLCode

-1012030

Constant

EMSG_CAT_PAGESIZETOOSMALL

SQLState

QUA30

ODBC 2 State

ERROR

ODBC 3 State

ERROR

Sybase Error Code

20953

Severity Code

14

Parameter 1

location of the exception

Parameter 2

column number

Parameter 3

requested page size

Parameter 4

minimum allowed page size

Probable cause

The database page size is too small to create a LONG BINARY or LONG VARCHAR column. The database page size must be 128K or greater to create a LONG BINARY or LONG VARCHAR column.