I am using Embedded SQL in Visual COBOL, and I am getting an 19514 error message when fetching the next record.
My cursor is using a temp table, and during some point in the program, the program updates a different table (that uses the same data as the temp table. Once the table is updated, the program performs the fetching of the next record, and we get that error.
Any ideas on what would be causing this?




