Subject | Re: [IBO] 4.2.Hj: Cursor Kills "For Update Of" |
---|---|
Author | Jason Wharton |
Post date | 2002-09-21T06:12:05Z |
Ok, I get it. I'll see what I can do. This has been logged as a bug.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
-- We may not have it all together --
-- But together we have it all --
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
-- We may not have it all together --
-- But together we have it all --
----- Original Message -----
From: "Tobias Giesen" <tobias_subscriber@...>
To: <IBObjects@yahoogroups.com>
Sent: Friday, September 20, 2002 6:18 PM
Subject: RE: [IBO] 4.2.Hj: Cursor Kills "For Update Of"
> > You have to set RequestLive=True.
>
> Hmmm. I do that normally. But sometimes I want to optimize a little.
> RequestLive leads to all fields being made editable, and this I do not
> always want for performance reasons.
>
> The documentation of RequestLive implies that it can be set to FALSE and
> you can write your own "FOR UPDATE OF field1,field2". However, this
> doesn't seem to work with the TIB_Cursor. Which feels more like a bug
> than by design.
>
> In any case, the FOR UPDATE OF clause is killed by TIB_Cursors
> regardless of the RequestLive setting.
>
> Cheers,
> Tobias