SQL$HELP_OLD72.HLB  —  Errors  SQL_ERRORS, INS_INTO_RO
  List cursor <str> cannot insert into READ ONLY table cursor
  <str>

  Explanation:  The list cursor named is an INSERT ONLY cursor
  while the table cursor that it references is a READ ONLY cursor.

  User Action:  The table cursor that the list cursor is based on
  must either be an INSERT ONLY or UPDATE cursor.
Close Help