Consultor Eletrônico



Kbase P59784: How to get the index information of an SDO query
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/17/2003
Status: Unverified

GOAL:

How to get the index information of an SDO query

FIX:

Get the handle of the query and use its INDEX-INFORMATION attribute:

DEFINE VARIABLE hQuery AS HANDLE NO-UNDO.
hQuery = DYNAMIC-FUNCTION('getQueryHandle':U IN h_dsportcustomerall).

MESSAGE hQuery:INDEX-INFORMATION
VIEW-AS ALERT-BOX INFO BUTTONS OK.