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

SQL Anywhere 10.0.1 » SQL Anywhere 10 - Error Messages » MobiLink Server Error Messages » Alphabetic list of error messages

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

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


Item

Value

Constant

EL_DNET_NO_EXECUTE_ON_NULL

Error code

-10196

Probable cause

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