Subject RE: [IBO] Updating with TIBOTable only modified fields with old value <> new value
Author IBO Support List
TIBOTable has the ability to virtualize the table automatically so that you don't have to use filters.
 
You need to have an ASCENDING and DESCENDING index and sort it based on the columns names in the IndexFieldNames property.
 
Jason
 


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

Hi Jason
Thanks a lot it does the job.
About TIBOTable, I use filtered TIBOQuery to show list et TIBOTable only for insert and update. Actually the biggest main table for one of my customer is about 300 000 rows And I wonder how to improve to get beyond (more than one million)
thanks