Subject | Re: [IBO] Re: SQL errors when usin TIB_SearchPanel |
---|---|
Author | Andreas Pohl |
Post date | 2007-01-22T17:16:21Z |
Hallo Salvatore Besso,
So it's a good advise to write IN( 1 , 2 , 3 ) Space-Comma-Space for
value delimiter and to write IN( 1,5 , 2,5 , 3,5 ) for decimal value
list. It works and users *can* understand such a syntax.
(comma for most of European countries) at this place is a far better
behavior of your application and expected by users for sure.
--
Andreas
> hello Set,it's a known issue for years.
>
>> Could it be treating the comma as a decimal separator
>
> it could, but it would be a serious bug IHMO.
So it's a good advise to write IN( 1 , 2 , 3 ) Space-Comma-Space for
value delimiter and to write IN( 1,5 , 2,5 , 3,5 ) for decimal value
list. It works and users *can* understand such a syntax.
> it could, but it would be a serious bug IHMO. But isn't the period theQBE is not a script but part of UI so supporting decimal separator
> decimal separator recognized in SQL scripts?
(comma for most of European countries) at this place is a far better
behavior of your application and expected by users for sure.
--
Andreas