Subject | Re: [firebird-support] Update Blob field |
---|---|
Author | Helen Borrie |
Post date | 2006-03-24T21:32:07Z |
At 04:26 AM 25/03/2006, you wrote:
after running the update, so you are still looking at an old view.
./heLen
>Hi,It works for me. I suspect that you haven't refreshed your query
>
>I have a big problem with an update that involves a blob field.
>I'm doing something like this:
>
>update myTable
>set
> myBlobField = (select myBlobField
> from myTable
> where
> myPrimaryKeyField = 1)
>where
> myPrimaryKeyField != 1;
>
>and after commit it the field myBlobField isn't the same for all the
>records of myTable !.
>
>Do you know what's going on ???
after running the update, so you are still looking at an old view.
./heLen