Hi all,

A question on how to use simple database functions ;-)
Suppose I have the next new static function:

static real MyTotal(Date _dd, Code _cc)
{
    MyTable myTable;
    ;

    return
       select sum (realfield)
       from myTable
       where myTable.Date == _dd
       && myTable.Code == _cc;
}

How do I get the retrieved value?



Yahoo! Groups Links

Reply via email to