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

Cannot uniquely identify column '%2' of table '%1' in the current JDBC resultset Next Page

Cannot uniquely identify rows in cursor


Item

Value

Constant

SQLE_CANNOT_UNIQUELY_IDENTIFY_ROWS

ODBC 2 State

42000

ODBC 3 State

42000

Severity

16

SQLCODE

-295

SQLSTATE

09W05

Sybase error code

311

Probable cause

You opened a UNIQUE cursor on a SELECT statement for which a set of columns uniquely identifying each row cannot be generated. One of the tables may not be defined with a primary key or uniqueness constraint, or the SELECT statement may involve a UNION, INTERSECT, EXCEPT, or GROUP BY.