G
Guest
I am using a SQL server database and am using a Check Box on my .aspx screen.
What data type should I use when I design my table? I tried bit but When I
ran the program and Checked one of the check boxes I got a msg: True is not a
valid value for int16. I changed the data type to small int, re-ran the
program, checked the box and got: Entered value cannot be converted to int16.
What data type should I use when I design my table? I tried bit but When I
ran the program and Checked one of the check boxes I got a msg: True is not a
valid value for int16. I changed the data type to small int, re-ran the
program, checked the box and got: Entered value cannot be converted to int16.