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

SQL Anywhere 11.0.1 » Error Messages » SQL Anywhere error messages » SQL Anywhere error messages sorted by message text (A-C)

 

Can only describe a SELECT statement

Error 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.