could not execute update query[SQL: delete from table_Name where ColumnName in (? , ?)] could not execute update query[SQL: delete from Table_Name where Column_Namein (? , ?)] ERROR [HY000] [Informix][Informix ODBC Driver]General error.Not enough space for
parser stacks.
The above error is getting in all crud operations apart from select statement. Can anyone tell me why this error is occuring. What is the root cause and what is the solution for this?
This error is occuring intermittent but not frequently
thanks in advance.