Subject | Re: [firebird-support] Moving a Blob |
---|---|
Author | Ivan Prenosil |
Post date | 2007-03-28T09:29:54Z |
> How can I move a Blob from one table to another without transferringYes.
> it over the network?
>
> Is that possible?
>
> update table2
> set myblobfield =
> (select anotherblobfield from table1 where id=...)
> or is there a better way to do it?Yes.
>
> Will it create another instance of the blob
> or just copy the blobBlob-id is never shared between different fields or tables.
> "pointer"? So if I overwrite the blob in table1 after that, will the
> blob in table2 also change or not?
Ivan
http://www.volny.cz/iprenosil/interbase/