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 » Database Error Messages » Alphabetic list of error messages

Result set not permitted in '%1' Next Page

Return type of void from procedure '%1' cannot be used in any expression


Item

Value

Constant

SQLE_PROCEDURE_RETURNS_VOID

ODBC 2 State

07006

ODBC 3 State

07006

Parameter 1

Name of the procedure.

Severity

16

SQLCODE

-705

SQLSTATE

53019

Sybase error code

257

Probable cause

The Java type void does not map onto any SQL type, hence a procedure returning void cannot be used in any SQL expression.