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...
Continue reading...