Skip to main content

Using OpenESQL (Embedded SQL) in Visual COBOL, and getting a SQLCODE -19514 error when fetching the next row from a cursor.

The cursor is opened, a fetch is done successfully and then the program does an update on a different table. After the table is updated, the program performs a fetch of the next row, and the SQLCODE error -19514 is returned.

Full article: https://portal.microfocus.com/s/article/KM000010760


#SupportTips/KnowledgeDocs