In this blog post, let’s learn about the error message “237 Cannot begin work.” in Hydra and the description of the error.
Error Message
237 Cannot begin work.
Error Details
This statement specifies a width for a column of CHAR data type that is greater than 32,767, or a width for a VARCHAR column that exceeds 255. If you need a column of this size, use the TEXT data type, which allows unlimited lengths. Otherwise, inspect the statement for typographical errors.
Leave a Reply