G
Geert-Jan
Hi,
We have a C# programm running on .NET 1.1
I have found that on some PC's the performance decreases when using
AllowDBNull=false on a DataColumn. By looping extensively through many
DataRows in the DataTables, this becomes evident: the application is
twice as fast without those codelines.
Strangely, on other systems I detect no differences.
Has anyone else seen this behaviour, or, even better, an explanation?
Thanks
Geert-Jan
We have a C# programm running on .NET 1.1
I have found that on some PC's the performance decreases when using
AllowDBNull=false on a DataColumn. By looping extensively through many
DataRows in the DataTables, this becomes evident: the application is
twice as fast without those codelines.
Strangely, on other systems I detect no differences.
Has anyone else seen this behaviour, or, even better, an explanation?
Thanks
Geert-Jan