Consultor Eletrônico



Kbase P121600: Can COPY-LOB transfer an entire record into a BLOB?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/01/2007
Status: Unverified

GOAL:

Can COPY-LOB transfer an entire record into a BLOB?

GOAL:

Can COPY-LOB do the same thing as the RAW-TRANSFER statement?

FACT(s) (Environment):

OpenEdge 10.x

FIX:

The COPY-LOB statement does not have the ability to transfer the entire contents of a record buffer into a BLOB field.

If you want to use LOBs instead of RAW fields in your database to implement the copying of entire records you should use RAW-TRANSFER to transfer the record into a RAW field then copy the RAW field into a MEMPTR then use the COPY-LOB statement to copy the MEMPTR into the BLOB field.