In this blog post, let’s learn about the error message “269 Cannot add column column-name that does not accept nulls.” in Hydra and the description of the error.
Error Message
269 Cannot add column column-name that does not accept nulls.
Error Details
The FREE statement released the resources that are attached to the cursor named in this statement. Before you can use the cursor, you must again prepare the SQL statement that is associated with it. If the cursor was declared FOR a statement, re-execute its DECLARE statement. If it was declared FOR a statement identifier, execute the PREPARE statement again.
Leave a Reply