Transfer blob into bigtext using fieldref

FrankXFrankX Member Posts: 5
Hi everybody,

I have a fieldref which is a blob and I like to transfer the contents of the blob (large text) to a bigtext variable.

Any suggestions?

Frank

Answers

  • jreynoldsjreynolds Member Posts: 175
    Use any table with a BLOB field in it (I usually use 99008535 - TempBlob), move the value of the FieldRef to the BLOB field, and then use a stream to move the BLOB field into the BigText variable.
  • FrankXFrankX Member Posts: 5
    Thanks for your suggestion, the customers license didn't allow the use of TempBlob (99008535) table, but I created another table that matched with the clients license. It worked fine.

    Frank
Sign In or Register to comment.