Subject Fill ComboBox with sql
Author MT
I need to fill a lot of IBComboBox (Items and ItemsValues) dinamically when
start application, could anyone suggest a solution? I'm beginners with sql.
Thanks

Mark

P.S.
Example:
Table: general
NAME=integer
SURNAME=integer

Table: combo description
IDCOMBO=idcombo
COD=integer
DESCRIPTION=text

I need for field NAME and SURNAME that the combo display a text description
but save a number code.