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

Calling functions outside the database server is not supported Next Page

Can only describe a SELECT statement


Item

Value

Constant

SQLE_DESCRIBE_NONSELECT

ODBC 2 State

OK

ODBC 3 State

OK

Severity

16

SQLCODE

-160

SQLSTATE

07005

Sybase error code

3819

Probable cause

In the C language interface, you attempted to describe the select list of a statement other than a SELECT statement. In UltraLite this error can result from trying to retrieve the schema of any statement other than a SELECT.