03-08-05 10:49 PM
What value does your sql schema say it is? Try updating the schema to make
sure it is boolean. Also, what datatype is the column in the database. Sql
does not have a boolean datatype so you must be using something else. Make
sure you are mapping these up correctly.
Matt
"Chad" <chad.crosby@wise.com> wrote in message
news:1110315851.261454.104580@z14g2000cwz.googlegroups.com...
>I am trying to map a value that is submitted from a checkbox on a form
> to another schema that is designed for an sql insert. No matter what I
> mark the value as, it inserts false. I have tried some inline C# in my
> transform to convert the "True" value to "1" since that is how sql
> likes it, but it has not worked. Has anyone else had trouble
> formatting bit values for an sql insert or update??
>
[ Post a follow-up to this message ]
|