-22000: Null values not allowed on more than one long column
Explanation:
In an INSERT or UPDATE command, at most one long column may have the value NULL if long columns are inserted with the functions
SQLParamData and SQLPutData .User Action:
Only include one long column in the command or use empty strings instead of NULL values.