Subject Re: [IBO] How smart is IBO
Author Jason Wharton
If you set PreparedEdits to false then IBO will parse together an update for
just the modified columns in the buffers. But it has to do this each time so
it isn't as efficient as just having a prepared edit for all the columns of
the record.

In the case you have mentioned it really doesn't matter much since I doubt
you will be able to tell on the server anything more than what columns have
values which differ from NEW to OLD.

FWIW,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Damian Dowling" <it-manager@...>
To: <IBObjects@yahoogroups.com>
Sent: Thursday, August 09, 2001 4:37 AM
Subject: [IBO] How smart is IBO


> Hi
>
> I just want to check on how smartly IBO handles updates (Better to be
safe).
>
> Image the following:
>
> Table with two fields, Field A and Field B. Both have controls on a form.
> Through the form i do an update where only Field A has been changed.
> When i post the changes does IBO only update Field A (I assume it would)
or
> does it update the entire record i.e. Field A and Field B.
>
> The reason i ask is i am starting to write a security module that allows
> security on a per field basis and in the above case i do not want an error
> coming back form the update.
>
> Thanks for your time.
>
>
> Damian Dowling
> IT Manager
> Pallas Foods Ltd
>
> Phone: + 353 69 20200
> Fax: + 353 69 20201
> Email: it-manager@...
>
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>