I'm new to Delphi and I'm making a form
where all entries are DBLookup
. I need a Combobox
to select whether the person has known or unknown parents. Example:
- 0 - It has parents,
- 1 - Does not have.
I can put this in DBCombobox
but how do I update the database with 0
or 1
? The field is of type varchar
. With DBLookupCombobox
I would have to get the data of a sql
, which is not the case because they are only two information.