Hello,
I'm in urgent need of using the DataTable's Select()-method, but there appears to be a bug that makes the method not return all of the matches. When searching for an Int32 (or long) primary key, most of the rows are found, some are not (eg. "ID=1738933665" is found and "ID=1956736656" is not, but both are there).
Here you can a sample code for the bug:
http://www.aewnet.com/newsgroups/rne...50756&group=21
I haven't found any information at microsoft.com, nor anywhere else. I'm using the .NET Framework 1.0 (VS 2002).
Thanks in advance!!
-JAN