I used the walkthroughs provided by MS to create a new app, and have a problem that is not addressed in the docs.
I created an XML Web service as in the walkthoughs to access/edit a table in SQL2000. One field in the table is type bit (boolean). When I created the windows form with the data wizard, it provided a checkbox for this field. My problem is that if the user does not click on this field when adding a new record, the error returned is <field ... does not accept null values>.
In some uses, this checkbox should remain unchecked, rather than checked.
To get around the error, the user must first click the checkbox and check it, then click again to uncheck it. It appears that I cannot default to false, or 0, or can I? Can anyone help?