SQL$HELP_OLD72.HLB  —  Errors  SQL_ERRORS, TBLNOTCUR
  Table <str> is not included in cursor <str>

  Explanation:  An UPDATE or DELETE statement that uses the
  CURRENT OF clause must name the same table specified in the
  cursor.

  User Action:  Either change the UPDATE or DELETE statement to
  use the table specified in the cursor, or use a cursor declared
  for the table you specified.
Close Help