Subject RE: [IBO] Updating with TIBOTable only modified fields with old value <> new value
Author IBO Support List
Hi Henry,
 
Using TIBOTable is fine. No need to change over to TIBOQuery if you don't want to.
 
Try setting PreparedInserts and PreparedEdits to false.
 
Hope this helps,
Jason Wharton
 


From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]
Sent: Friday, May 15, 2015 3:43 AM
To: IBObjects@yahoogroups.com
Subject: [IBO] Updating with TIBOTable only modified fields with old value <> new value

Hi, I have an old application with ibo 4.5 using TIBOTable. I have had no problem as long users updated their own records. I'm no more in this configuration and monitoring exchanges with the server shows that all fields are updated. How can I have only modified fields with old value <> new value to be updated ?

yes I'm convinced i should change to TIBOQuery as soon as I have find a secured path to do it

I have find conversations in the group with the same concern but without answer
Thanks in advance
Henry