Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 5 Binding : Data Binding

Data Binding
What Types of Data Should You Bind?
Ideal candidates for data binding are application control tables and static data lists containing frequently accessed information (for example, a sales tax table). You can only bind the data of TDS tables and if you bind the data you must also bind the definition. Use the following table to determine if a table is a good candidate for data binding:
Under normal use, updates are not allowed on bound data; however, updates to data made with the $CLRTAB tool take effect on the bound copy of the table in session storage.
When Should You Unbind Data?
You must unbind a table if you want to update its data. Users who are accessing the bound copy of a table at the same time as the table is being unbound continue to access the original bound version until their session storage is refreshed. Refer to Refreshing the Bound Copy for more information.
See Also
The @PROMUNBINDOBJS and @PROMBINDOBJS tools TIBCO Object Service Broker Shareable Tools for information about unbinding and rebinding a set of bound objects.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved