[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: How does comparing BLOB fields work?

  • Thread starter Thread starter jbijker
  • Start date Start date
Status
Not open for further replies.
J

jbijker

Guest
Is the BLOB field living on a DB field? If so you first need to COPY-LOB it to a longchar or whatever other variable because ABL won't fetch the BLOB data using a normal FIND. COPY-LOB will go and fetch the BLOB properly from the DB into memory.

Continue reading...
 
Status
Not open for further replies.
Back
Top