Previous Topic: -299 - LIKE ESCAPE OPTION NOT ALLOWED WITH MIXED DATANext Topic: -301 - PREPARE OF SELECT REJECTED - CURSOR cursor_name IN OPEN STATE


-300 - CANNOT EXECUTE UNPREPARED/INVALID STATEMENT statement_name

Explanation

The SQL statement was not prepared or was not prepared successfully. An SQL statement must be prepared successfully before executing it.

The SQLSTATE that equates to this SQL return code is 07S05.

User Response

Prepare the SQL statement successfully before executing the statement.