[Mono-list] DataView.RowFilter trouble

xiii29 xiii29 at free.fr
Mon Sep 19 15:21:01 EDT 2005


Hi,

I got a strange problem with RowFilter.

I want filter on a column which type is double.

When I try : MyColumn > 5.5 ==> Unhandled Exception: 
System.FormatException: Unknown char: .

So I try : MyColumn > 5,5 ==> Unhandled Exception: 
System.Data.SyntaxErrorException: Expression '[MyColumn]  >  5,5' is 
invalid.


If someone what I can do ...

Thanks !







More information about the Mono-list mailing list