Show TOC

-22000: Null values not allowed on more than one LOB columnLocate this document in the navigation structure

Use

Explanation

In an INSERT or UPDATE statement, at most one LOB column may contain a NULL value if LOB columns are inserted using SQLParamData and SQLPutData.

User Response

Only include one LOB column in the statement, or use empty strings instead of NULL values.