This topic is locked

Checkbox error

10/20/2005 10:54:49 AM
ASPRunnerPro General questions
E
eocasio author

I have a field that I want to be a checkbox.

In the SQL database the field is a TinyInt. When I go to edit the record I get an error:

Microsoft Cursor Engine error '80040e21'

Multiple-step operation generated errors. Check each status value.
I wrote out the value of what ASPRunnner is trying to update and the value is "on". Should my field be something other the TinyInt? What am I doing wrong?

-Elias