You can create an expression column on your datatable that simply converts
the decimal column to string and you can compare on this new column.

Signature
W.G. Ryan, MVP
www.tibasolutions.com | www.devbuzz.com | www.knowdotnet.com
> Hello all,
>
[quoted text clipped - 12 lines]
>
> Thanks in advance!
Cor Ligthert - 05 Nov 2004 10:11 GMT
To add a little bit to the text from Bill.
> You can create an expression column on your datatable that simply converts
> the decimal column to string and you can compare on this new column.
You can create an extra column in your datatable. Direct with that command
you can use the expression to fill the data that than converts the decimal
column to string. Than you can compare on this new column.
By the way, did you know that there are newsgroups
microsoft.public.dotnet.framework.adonet
microsoft.public.dotnet.languages.vb
That are newsgroups more specialized on questions like this, where for this
question the first one is in my opinion the right one.
Cor