Error 674

Message text

Statement's size limit is invalid

Item

Value

SQLCode

-674

Constant

SQLE_INVALID_CURSOR_RANGE

SQLState

09W07

ODBC State

42000

Probable cause

FIRST or TOP n are used in a SELECT statement to limit the size of a result. The size limit 'n' must be a constant integer greater than 0 and less than 32767.