xHarbour Reference Documentation > Function Reference |
Queries the ID of a user-defined RDD.
UsrRdd_ID( <nWA>|<pWA> ) --> RddID
The function returns the ID of the user-defined RDD maintaining a work area. When the RDD of the current work-area is not a user-defined RDD, the return value is NIL.
UsrRdd_ID() determines the ID of a user-defined RDD from a work area ID. The return value is required for function UsrRdd_RddData() which queries data attached the user-defined RDD.
Refer to the PRG files in \source\rdd\usrrdd\rdds for examples of querying the ID of a user-defined RDD.
See also: | RddRegister(), UsrRdd_AreaResult(), UsrRdd_RddData(), Select() |
Category: | Database drivers , User-defined RDD , xHarbour extensions |
Header: | usrrdd.ch |
Source: | rdd\usrrdd\usrrdd.c |
LIB: | lib\xhb.lib |
DLL: | dll\xhbdll.dll |
http://www.xHarbour.com