PC Review


Reply
Thread Tools Rate Thread

DataTable bug

 
 
a non e mouse
Guest
Posts: n/a
 
      4th Aug 2005
http://support.microsoft.com/d efault.aspx?scid=kb;en-us;8917 42

Is there any new information for the DataTable Select Sort-Filter bug ?
Will moving to the 2.0 Framework help ?
Are there any specific workarounds ?

thanks in advance
Shyamal

 
Reply With Quote
 
 
 
 
AMDRIT
Guest
Posts: n/a
 
      4th Aug 2005
Looks like this bug has a hotfix for 1.1

http://support.microsoft.com/default...b;en-us;900468




"a non e mouse <(E-Mail Removed)>" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> http://support.microsoft.com/d efault.aspx?scid=kb;en-us;8917 42
>
> Is there any new information for the DataTable Select Sort-Filter bug ?
> Will moving to the 2.0 Framework help ?
> Are there any specific workarounds ?
>
> thanks in advance
> Shyamal
>



 
Reply With Quote
 
a non e mouse
Guest
Posts: n/a
 
      5th Aug 2005
Thanks for the pointer.
Unfortunately this fix seems to be only for the sorting part of the
problem. The filtering still doesnt work right.

 
Reply With Quote
 
Kawarjit Bedi [MSFT]
Guest
Posts: n/a
 
      5th Aug 2005
I believe http://support.microsoft.com/default...b;en-us;900468
hot fix addresses all issues with DataTable.Select in v1.1 SP1. If that is
not the case then I'd be very interested in a small sample including data
that shows the problem.

Thanks,
Kawarjit Bedi [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.

"a non e mouse <(E-Mail Removed)>" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Thanks for the pointer.
> Unfortunately this fix seems to be only for the sorting part of the
> problem. The filtering still doesnt work right.
>



 
Reply With Quote
 
=?Utf-8?B?VG9ueQ==?=
Guest
Posts: n/a
 
      5th Aug 2005
Hi,

I think I've just encountered this bug late this afternooon. Must I wait
'til Monday and contact Microsoft UK to ask about this, or is there anywhere
I could download the fix from, please?

Would be happy to report how it works \ supply example of the data \ code I
am using.

Thanks.
Tony Miles

"Kawarjit Bedi [MSFT]" wrote:

> I believe http://support.microsoft.com/default...b;en-us;900468
> hot fix addresses all issues with DataTable.Select in v1.1 SP1. If that is
> not the case then I'd be very interested in a small sample including data
> that shows the problem.
>
> Thanks,
> Kawarjit Bedi [MSFT]
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "a non e mouse <(E-Mail Removed)>" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Thanks for the pointer.
> > Unfortunately this fix seems to be only for the sorting part of the
> > problem. The filtering still doesnt work right.
> >

>
>
>

 
Reply With Quote
 
=?Utf-8?B?VG9ueQ==?=
Guest
Posts: n/a
 
      6th Aug 2005
I just worked around this by writing my code in a different way - so no
problem.

Tony.

"Tony" wrote:

> Hi,
>
> I think I've just encountered this bug late this afternooon. Must I wait
> 'til Monday and contact Microsoft UK to ask about this, or is there anywhere
> I could download the fix from, please?
>
> Would be happy to report how it works \ supply example of the data \ code I
> am using.
>
> Thanks.
> Tony Miles
>
> "Kawarjit Bedi [MSFT]" wrote:
>
> > I believe http://support.microsoft.com/default...b;en-us;900468
> > hot fix addresses all issues with DataTable.Select in v1.1 SP1. If that is
> > not the case then I'd be very interested in a small sample including data
> > that shows the problem.
> >
> > Thanks,
> > Kawarjit Bedi [MSFT]
> > This posting is provided "AS IS" with no warranties, and confers no rights.
> >
> > "a non e mouse <(E-Mail Removed)>" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > Thanks for the pointer.
> > > Unfortunately this fix seems to be only for the sorting part of the
> > > problem. The filtering still doesnt work right.
> > >

> >
> >
> >

 
Reply With Quote
 
Ray Booysen
Guest
Posts: n/a
 
      8th Aug 2005
Bug still exists though

Ray

Tony wrote:
> I just worked around this by writing my code in a different way - so no
> problem.
>
> Tony.
>
> "Tony" wrote:
>
>
>>Hi,
>>
>>I think I've just encountered this bug late this afternooon. Must I wait
>>'til Monday and contact Microsoft UK to ask about this, or is there anywhere
>>I could download the fix from, please?
>>
>>Would be happy to report how it works \ supply example of the data \ code I
>>am using.
>>
>>Thanks.
>>Tony Miles
>>
>>"Kawarjit Bedi [MSFT]" wrote:
>>
>>
>>>I believe http://support.microsoft.com/default...b;en-us;900468
>>>hot fix addresses all issues with DataTable.Select in v1.1 SP1. If that is
>>>not the case then I'd be very interested in a small sample including data
>>>that shows the problem.
>>>
>>>Thanks,
>>>Kawarjit Bedi [MSFT]
>>>This posting is provided "AS IS" with no warranties, and confers no rights.
>>>
>>>"a non e mouse <(E-Mail Removed)>" <(E-Mail Removed)> wrote in message
>>>news:(E-Mail Removed)...
>>>
>>>>Thanks for the pointer.
>>>>Unfortunately this fix seems to be only for the sorting part of the
>>>>problem. The filtering still doesnt work right.
>>>>
>>>
>>>
>>>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
A DataTable-bound DataGridView throws a low-level Exception whencolumns are sorted, removed and re-added to the underlying DataTable. Sath123 Microsoft Dot NET Framework Forms 1 12th May 2008 12:51 PM
DataTable -> DataView -> Sort -> DataGrid : need related DataTable index Diamonds Microsoft ADO .NET 4 28th Jun 2006 08:23 PM
what is the best way to make a DataTable thread safe? DataTable.AcceptChanges() will throw exception (not documented) Ryan Liu Microsoft C# .NET 3 7th Jun 2006 05:07 PM
Retrieving datarows using DataTable.Select method and adding it to new DataTable C.Anand via DotNetMonster.com Microsoft ADO .NET 4 4th Apr 2005 05:21 PM
How can I use real SQL on a DataTable? i.e. not array of rows using a filter... as in DataTable.Select Dan V. Microsoft C# .NET 3 1st Jul 2004 03:06 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:17 PM.