Attempt to execute a SQL statement with bound parameters before MLDBCommand.Prepare() was called

Error code –10199
Error constant EL_DNET_NO_STMT_PREPARED_ON_BIND
Probable cause

An attempt was made to bind a parameter to a statement that was not prepared. Please prepare the statement before binding parameters.