Re: Default Maxlength - CLR 2.0



Please ask them to put this "feature" back the way it was or give us a
configuration option that allows you to turn it off.

It would be even better if we could configure it not to automatically set
anything for us (keys, read only, dataadapter, etc.) I have to go through
each column now and turn off all these things every time I need to update a
table.

Thanks,

David


"Kevin Yu [MSFT]" <v-kevy@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:JpjQdaVTGHA.1952@xxxxxxxxxxxxxxxxxxxxxxxx
Hi David,

The maxlength information is get from the database table. As far as I
know,
we cannot disable this behavior, it is by design to make the DataSet
schema
the same as database schema. If you really don't need the maxlength, you
have to remove it manually.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."



.