Page 1 of 1

Boolean values in Delphi controls

Posted: Wed 16 Feb 2005 04:59
by airsoft
I generaly use Delphi componentys (checkboxes) to contain boolean values (True,False).
With the MySQL equivelants of 1 and 0; my query is:
Can you suggest the most efficient method of using such values with MYDAC data links in Delphi controls.
Thankyou.
JMM

Posted: Wed 16 Feb 2005 12:09
by Ikar
You'd better use BOOLEAN fields in conjunction with DBCheckbox.