Kbase P133921: Client session is crashing without error after updating data on AS/400
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  04/08/2008 |
|
Status: Unverified
SYMPTOM(s):
Client session is crashing without error after updating data on AS/400
FACT(s) (Environment):
Using code similar to the one provided on solution P10561
Updating a SQL record using ADO
Windows
OpenEdge 10.1B
CAUSE:
The exact cause is unknown at the time of this writing
FIX:
Make sure to use NO-ERROR at the end of the RELEASE OBJECT's statements.
Release object ObjConnection no-error.
Release object ObjCommand no-error.
Release object ObjRecordSet no-error.