xHarbour Reference Documentation > Function Reference |
Queries the result of the last operation of a user-defined RDD.
UsrRdd_AreaResult( <nWA>|<pWA> ) --> xResult
The function returns the result of the last operation of a user-defined RDD.
UsrRdd_AreaResult() can be used to query the result of the last database operation performed by a user-defined RDD. The data type of the return value is equivalent with the corresponding Db*() function that performs the same operation with a DBF database.
See also: | UsrRdd_AreaData(), 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