You must either use SQLPREPARE(В ) first or include a SQL statement in the call to SQLEXEC(В ).
-
SQLPREPARE(В ) has not been called.
Include a SQL statement directly in SQLEXEC(В ) or call SQLPREPARE(В ) before calling SQLEXEC(В ).
-
The prepared state has been cleared because SQLEXEC(В ) was called with a cSQLCommand argument or because SQLPREPARE(В ) was called.
Call SQLPREPARE(В ) again.