Re: Assign one BLOB to another

From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 08/18/04

  • Next message: Brian Bushay TeamB: "Re: cancel during asyncfetchnonblocking"
    Date: Tue, 17 Aug 2004 20:08:37 -0500
    
    

    >What is the most efficient way to assign two BLOB fields contents to each
    >other?
    >
    >Something like
    >Table1.FieldByName('LargeText').Assign(Table2.FieldByName('LargeText'));

    That syntax is correct and the best way to assigning the value of one blobField
    to another blobfield.

    --
    Brian Bushay (TeamB)
    Bbushay@NMPLS.com
    

  • Next message: Brian Bushay TeamB: "Re: cancel during asyncfetchnonblocking"