W
Woody Splawn
Just wondering if a checkbox field is designed to work on anything other
than a boolean type field. If not fine, I just need to know. I have many
fields in a SQL Server 2000 table that are Var fields with a width of 1.
These fields contain a Y or an N or a Null. Looks like I may need to
convert these fields to Bit fields if I want them to work with Checkboxes in
VS.net.
Is this correct?
than a boolean type field. If not fine, I just need to know. I have many
fields in a SQL Server 2000 table that are Var fields with a width of 1.
These fields contain a Y or an N or a Null. Looks like I may need to
convert these fields to Bit fields if I want them to work with Checkboxes in
VS.net.
Is this correct?