[Mono-devel-list] Problem with DataRow Enumeration

Gonia Eric - egonia egonia at mail15.com
Mon Apr 5 15:14:54 EDT 2004


I have come across a possible problem with the enumeration of DataRows
in a DataView. This problem seems to have occurred since the last
release of mono. I am using CVS from last Thursday or Friday.

Basically the problem is enumerating the DataRows in a DataView does not
work.

Would someone please verify that it is not just my setup before I file a
bug report. The attached test case will demonstrate the problem.

With the Microsoft .Net Framework 1.1, it prints:
Rows enumerated:
TestData 1
TestData 2
TestData 3
TestData 4
TestData 5

With my setup, I get:
Rows enumerated:

Compile with:
mcs -r System.Data TestDataTable.cs

Thanks,
Eric
-------------- next part --------------
A non-text attachment was scrubbed...
Name: TestDataTable.cs
Type: application/cs
Size: 962 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20040405/17cd4c51/attachment.bin 


More information about the Mono-devel-list mailing list