Page 1 of 1

copying a blob

Posted: Thu 17 Jan 2013 23:18
by sandy771
Is there an easy way to copy a blob between records i.e. something along the lines of

UniQuery1->FieldByName("blb")->AsBlob = UniQuery2->FieldByName("blb")->AsBlob

If not what method is suggested

Thnaks?

Re: copying a blob

Posted: Fri 18 Jan 2013 13:33
by CristianP
Hi,

I use in Delphi Field.AsVariant := Field.AsVariant

Best Regards,
Cristian Peta

Re: copying a blob

Posted: Fri 18 Jan 2013 13:42
by sandy771
Thanks, never thought of that - obvious really.