Hello,
Please tell me how progress uses the index and how index help to retrieve data from database?
As per my concern progress handles an index file seperatly with index field entries and an additionl field i.e "RowId" of the row.
Please clerify with this example:-
find first customer
where customer.name = 'XYZ':U
and customer.salesRep = 'ZKM':U
no-lock.
As find statement uses only one index and in this case if "Name" index used what flow will be processed in this case to fetch record from databse?
Thanks
Please tell me how progress uses the index and how index help to retrieve data from database?
As per my concern progress handles an index file seperatly with index field entries and an additionl field i.e "RowId" of the row.
Please clerify with this example:-
find first customer
where customer.name = 'XYZ':U
and customer.salesRep = 'ZKM':U
no-lock.
As find statement uses only one index and in this case if "Name" index used what flow will be processed in this case to fetch record from databse?
Thanks