Background documentation-22000: Null values not allowed on more than one LOB column Locate this document in the navigation structure

 

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.