CALCFIELDS clears blob

lightninglightning Member Posts: 15
Why is that, when i run calcfields on a blobfield it is instantly cleared.

I load a text file into a blob, and it's there, but when i call CALCFIELDS it gets emptied

also when i try to transfer the BLOB value to other table by: "Mytable.blob := TempBlob.blob" it is there before the insert, but after i read the blob from mytable again it is empty

Best Answer

Answers

  • EvREvR Member Posts: 178
    CALCFIELDS will not 'clear' a blob field.
    Do you have a code example?
Sign In or Register to comment.