Oracle Solution for Error ora-24437

Solution for Oracle Error ORA-24437

ORA-24437: OCIStmtExecute called before OCIStmtPrepare2.

What triggered the Error:

attempt was made to execute a statement without first preparing it using OCIStmtPrepare2.

What should we do to fix it:

ll OCIStmtPrepare2 before OCIStmtExecute.