Error 1000229

Message text

Only BINARY [WITH NULL BYTE] can be used as a column specification when using UNLOAD FORMAT. %1

Item

Value

SQLCode

-1000229

Constant

EMSG_CANTUSEINLOAD

SQLState

QDC38

ODBC State

ERROR

Parameter 1

location of the exception

Probable cause

When using UNLOAD FORMAT, you cannot use any column specification other than BINARY. If you need to load null values for a column using the BINARY column specification, use the WITH NULL BYTE option. You cannot use the [ ROW ] DELIMITED options with UNLOAD FORMAT.