Consultor Eletrônico



Kbase P44580: GPF assigning a value returned by GET-BYTES to a BLOB field
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   02/11/2005
Status: Unverified

SYMPTOM(s):

OpenEdge 10.0A1B

Progress client (GUI or TTY) crashes when running the code

Attempting to assign bytes from a MEMPTR variable to a BLOB field by calling the GET-BYTES Progress 4GL function

e.g.: ttTest.testBLOB = GET-BYTES(memptrTest,1,5).

The assignment to the BLOB object from the GET-BYTES function is not caught by the compiler

CAUSE:

Bug# 20030926-006

FIX:

Upgrade to OpenEdge 10.0A

or

Use the COPY-LOB statement to copy bytes from MEMPTR to BLOB