Subject Re: [IBO] Is Enhancement or drawback ? (it's IBO not bug)
Author Jason Wharton
Set PreparedEdits to false and you will have what you are wanting here
already.

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


----- Original Message -----
From: "kamen_lai" <kamen_lai@...>
To: <IBObjects@yahoogroups.com>
Sent: Tuesday, March 05, 2002 9:44 PM
Subject: [IBO] Is Enhancement or drawback ? (it's IBO not bug)


> It's not IBO bug or problem , just for discussion.
>
> When post changes through tib_query , i can see that all field will
> be sent to server. In case i have 100 fields, and 10 is blob ,
> when user only change 1 field. The update sql is
>
> 'Update tableName Set field1=??? ,.....,f100=??? where ????'
>
> but the user only change 1 field , so other 99 fields is no need to
> update.
>
> I know if the editsql dynamic to create & prepare is time consuming
> operation , but i want to know is if IBO only update changed field .
> instead of all field , is there any benifit ? especially in low band
> width environment.
>
> Thanks a lot.