Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » Error Messages » MobiLink server error messages » MobiLink server error messages sorted by message text

 

Attempt to execute null SQL statement. Set value of MLDBCommand.CommandText before calling a MLDBCommand.Execute method

Error code –10196
Error constant EL_DNET_NO_EXECUTE_ON_NULL
Probable cause

A null SQL statement is being executed. Make sure the SQL statement is non-null before executing it.