Progress
ADM 2 Reference
prepareQueriesForFetch (sbo.p)
Prepares queries in SmartDataObjects for a fetch of data from the server.
Parameters:INPUT pcObjectName AS CHARACTER
INPUT pcOptions AS CHARACTER
OUTPUT pocQueries AS CHARACTER
OUTPUT poctempTables AS CHARACTER
Returns: Nothing (procedure)Notes:
- This procedure exists in order to have common logic for fetchContainedData and fetchContainedRows.
- Cannot be used across sessions because temp-table handles are concatenated in a list. Tests indicate that it is faster to add all the handles to a list than have a procedure with 20 output parameters for the temp-table handles.
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |