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 null SQL statement. Set value of MLDBCommand.CommandText before calling a MLDBCommand.Execute method Next Page

Attempt to execute SQL statement '%1!s!' after MLDBCommand.Close() was called


Item

Value

Constant

EL_DNET_NO_EXECUTE_ON_CLOSED

Error code

-10197

Parameter 1

The SQL statement.

Probable cause

The SQL statement is being executed when the database connection is closed. Make sure the database connection is open before executing a statement.