Consultor Eletrônico



Kbase P74137: Trying to issue a ROLLBACK command to Progress via raw ODBC calls, gets 7587 error
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   29/03/2004
Status: Unverified

SYMPTOM(s):

Trying to issue a ROLLBACK command to Progress

Coding directly against the ODBC API

[MERANT] [ODBC PROGRESS DRIVER] [PROGRESS] syntax error (7587) (-20003)

CAUSE:

When coding directly against the ODBC API (i.e. not using something like ADO or ADO.NET) you must call the ODBC API which implements the ROLLBACK functionality. You cannot send the string "ROLLBACK" to the ODBC driver to execute

FIX:

Modify the application source code so that it calls whatever ODBC API is defined to implement the functionality you need