Try OpenEdge Now
skip to main content
Application Development Environment (ADE) Addenda
ADM Addenda : SDO always retrieves IndexInformation on first request
 

SDO always retrieves IndexInformation on first request

Introduced:

OpenEdge R10.1C
In previous releases, the SDO retrieves the IndexInformation property from the server only when the SDO is batching. Now, the SDO always retrieves the property from the server on the first request. Also note that the property only applies to a single table. In previous releases, the property contained information on all tables joined in the SDO. You can override getIndexInfoTables if you want it to return information for more tables.
Because of the changes to the IndexInformation property, an SDO on a client without batching now retrieves more context information on the first request. The context information for even a single table might be large and affect performance.