Gj
|
| Posted: 06/28/2002, 8:48 AM |
|
Using bit type in sql server as boolean gives me problems grid is going
well.
But the update buggin me about value is required and it gets a 0 as
unchecked value.
gr schalk
|
|
|
 |
DonB
|
| Posted: 06/28/2002, 9:00 AM |
|
A known bug. Make the checkbox have -1 and -0 (yes, "minus zero") as it's
two values, then change the datatype from boolean to integer. Then it will
work.
"Gj" <gj@schalk.triple-it.nl> wrote in message
news:afi0fj$hcq$1@news.codecharge.com...
> Using bit type in sql server as boolean gives me problems grid is going
> well.
> But the update buggin me about value is required and it gets a 0 as
> unchecked value.
>
>
> gr schalk
>
>
>
|
|
|
 |
|