Hi
Is there a way to disable EnforceConstraints on a dataset? I have this
statement ds.EnforceConstraints = true in MyDataSet.Designer.vb but I am
reluctant to set it to false as the designer may overwrite the code.
I only wish to do it temporarily to speed up fill operations.
Thanks
Regards
Rad [Visual C# MVP] - 28 Feb 2008 21:36 GMT
> Hi
>
[quoted text clipped - 7 lines]
>
> Regards
You can set it to false just before the call to
DataAdapter.Fill(yourDataSet) call in your code

Signature
http://www.thinkersroom.com/bytes