When I create a table adapter from a table, even though I specify a default value for a field, it is not reflected in the dataTable created by .NET. Is this standard behavior, or is there a bug or something?
To clarify, here is a field I am creating:
code39 BOOL NOT NULL DEFAULT TRUE
When I generate the data table, I get this: see attached.
So for every boolean option I have to go update the data table that was created.