I have several columns of datatype(Bit).
When I view my recordset items through the watch window I can see that this fields are boolean (they should). When I display this data on a datagrid they show up as (-1) or (0).
when I equate a textbox with this field, it shows up as "True" Or "False". Query analyzer displays (1) or (0).
I want to use this field as a checkbox, need help
When I view my recordset items through the watch window I can see that this fields are boolean (they should). When I display this data on a datagrid they show up as (-1) or (0).
when I equate a textbox with this field, it shows up as "True" Or "False". Query analyzer displays (1) or (0).
I want to use this field as a checkbox, need help