Progress
ADM 2 Reference
tableOut (data.p)
Output requested fields of SDO in standard temp-table
Parameters:INPUT pcFieldList AS CHARACTER
The list of fields wanted
INPUT plIncludeObj AS LOGICAL
Whether to include object fields
INPUT piMaxRecords AS INTEGER
Maximum number of records to handle (currently must be <= 5000)
OUTPUT TABLE FOR ttTable
The SDO data
OUTPUT iExtractedRecs AS INTEGER
The actual number of records handled
Returns: Nothing (procedure).Notes:
- Temp table is defined in afttsdoout.i. Fields passed in are checked with a can-do to support "*" for "all" or "! field_name" to exclude a field, e.g. " ! RowNum,!RowIdent,!RowMod, * " would use all non-SDO specific fields. Do not use a table prefix for fields passed in. The temp table contains a record per record / field combination Currently has a hard coded limit of 5000 records to fetch - max!
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |