Error 295

Message text

Cannot uniquely identify rows in cursor

Item

Value

SQLCode

-295

Constant

SQLE_CANNOT_UNIQUELY_IDENTIFY_ROWS

SQLState

09W05

ODBC State

24000

Probable cause

A UNIQUE cursor has been opened 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 or GROUP BY.