| xHarbour Reference Documentation > Function Reference |
![]() |
![]() |
![]() |
Updates records in the current work area from a second work area.
DbUpdate( <cAlias> , ;
<bReplace> , ;
<bExpression>, ;
[<lRandom>] ) --> lSuccess
The function returns .T. (true) on success, and .F. (false) on failure.
DbUpdate() is the functional equivalent of the UPDATE command. Refer to UPDATE for a detailed description of updating records from a second database file.
| See also: | DbEval(), DbSort(), DbTotal(), FieldPut(), INDEX, OrdCreate(), SUM, UPDATE |
| Category: | Database functions , xHarbour extensions |
| Source: | rdd\dbupdat.prg |
| LIB: | xhb.lib |
| DLL: | xhbdll.dll |
http://www.xHarbour.com