Collection Contents Index Calling functions outside the database server is not supported Next PDF

SQL Anywhere® 10 - Error Messages  > Database Error Messages  > Alphabetic list of error messages

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.


Collection Contents Index Calling functions outside the database server is not supported Next PDF