Re: Assign one BLOB to another
From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 08/18/04
- Previous message: Brian Bushay TeamB: "Re: Storing Files in my Database"
- In reply to: Mark A. Deal: "Assign one BLOB to another"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: Brian Bushay TeamB: "Re: Storing Files in my Database"
- In reply to: Mark A. Deal: "Assign one BLOB to another"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]