* Klaus Jantzen <[EMAIL PROTECTED]> [2006-02-24T16:09:10]
> After the DB-connect I would like to automatically generate the name of the
> appropriate set-method in order to reduce the typing :) :
I believe that you meant that while the methods already exist, you just want to
call the methods by ge
Hi,
to read a record from a database I generated a list of the column names
(@fields).
The get/set methods of the record class are constructed like "set+name
of column" e.g. getDate, setAmount.
After the DB-connect I would like to automatically generate the name of
the appropriate
set-me