Hello,
I have genrated add/edit/delete using CRUD for my employee tables, but it has on field with bit(1) data type, when I edit it, it shows me �(special char with ?) in inputbox for that field, how can I handle this bit data type in CRUD genration so I can add and edit it.please suggest.
How to insert bit datatype
Started by vikaskhairnar, 21 September 2012 - 12:52 PM
- Single Page
Posted 21 September 2012 - 12:52 PM
Posted 21 September 2012 - 13:39 PM
use the tinyint type.