G
Guest
Once again I'm submitting a bug introduced with .Net Framework 1.1 SP1 that
is breaking our application.
We use DataTable.Select method all over our application. One of the places
we use it is to filter some Entity information for permanent deletion from
the database!
We noticed that the code that worked perfectly for months stoped working
with SP1 of .Net Framework 1.1 with information loss since there were
database deletions!
We use loads of filters like this one:
"(HistoryStartDate >= #07/01/2004 00:00:00#) AND EntityId=7016 AND
FieldId=70 AND Deleted=0"
this worked perfectly without .Net Framework SP1 but not with SP1.
We have put together a Test Harness (with source code) at:
http://pwp.netcabo.pt/0434926301/
The sample default filter is the one specified above wich should return 0
rows when applied to the default sample data (TestData.XML - included with
the Test Harness). The problem is that the Date part of the filter doesn't
work properly and rows are returned.
If you try to apply just the Date part of the filter to the same sample data
no rows are returned (the expected result!).
I have seen other threads reporting this problem but it seems like the guys
at Microsoft aren't very concerned since there are no replies.
If someone out there could help I would very mutch appreciate it. I tried
everything I could remember but made no progress. This is a very serious
problem for us.
Thanks in advance.
is breaking our application.
We use DataTable.Select method all over our application. One of the places
we use it is to filter some Entity information for permanent deletion from
the database!
We noticed that the code that worked perfectly for months stoped working
with SP1 of .Net Framework 1.1 with information loss since there were
database deletions!
We use loads of filters like this one:
"(HistoryStartDate >= #07/01/2004 00:00:00#) AND EntityId=7016 AND
FieldId=70 AND Deleted=0"
this worked perfectly without .Net Framework SP1 but not with SP1.
We have put together a Test Harness (with source code) at:
http://pwp.netcabo.pt/0434926301/
The sample default filter is the one specified above wich should return 0
rows when applied to the default sample data (TestData.XML - included with
the Test Harness). The problem is that the Date part of the filter doesn't
work properly and rows are returned.
If you try to apply just the Date part of the filter to the same sample data
no rows are returned (the expected result!).
I have seen other threads reporting this problem but it seems like the guys
at Microsoft aren't very concerned since there are no replies.
If someone out there could help I would very mutch appreciate it. I tried
everything I could remember but made no progress. This is a very serious
problem for us.
Thanks in advance.