[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 DBSORTINFO
 Information needed to perform a physical sort on work area
------------------------------------------------------------------------------
 Structure

     typedef struct
     {
        DBTRANSINFO  dbtri;
        LPDBSORTITEM lpdbsItem;
        USHORT       uiItemCount;
     
     } DBSORTINFO;
     
     typedef DBSORTINFO far * LPDBSORTINFO;

 Elements

     dbtri

        Contains a data structure holding the destination work area, field
        transfer information, control and optimization flags, and scoping
        information for the sort() method (see DBTRANSINFO).

     lpdbsItem

        Contains an array of DBSORTITEM items (rows) which compose the key
        values for the sort (see DBSORTITEM).

     uiItemCount

        Contains the number of DBSORTITEM items allocated to lpdbsItem.

 Files  Header file is Rdd.api.

 Used By    sort()


See Also: sort()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson