Cause
The program attempted to use a dynamic statement string that was either NULL or 0 length.
Action
Check the program logic and ensure that the dynamic statement string is properly initialized.
Error Message
statement string instringis NULL or 0 length
The program attempted to use a dynamic statement string that was either NULL or 0 length.
Check the program logic and ensure that the dynamic statement string is properly initialized.