D
Don
I have a dataset with data retrieved from an Access2K database and I am
trying to change the MaxLength property of one of the text fields. The code
executes fine (e.g. myDataset.Tables(0).Columns(x).MaxLength = 50), but the
value of MaxLength doesn't change! Can anyone explain why this is happening
and how I can change the MaxLength property?
- Don
trying to change the MaxLength property of one of the text fields. The code
executes fine (e.g. myDataset.Tables(0).Columns(x).MaxLength = 50), but the
value of MaxLength doesn't change! Can anyone explain why this is happening
and how I can change the MaxLength property?
- Don