Subject | Re: [IBO] New sub-release 3.6 Ca |
---|---|
Author | Andreas Pohl |
Post date | 2000-12-11T18:35:08Z |
... but it is working for me (at least in TIB_SearchPanel in search mode).
What I'm doing wrong? :]
Mit freundlichem Gruss & Best Regards
Andreas Pohl
What I'm doing wrong? :]
Mit freundlichem Gruss & Best Regards
Andreas Pohl
> InterBase SQL parsing doesn't recognize a comma as a decimal separatorfor
> AFAIK. So, in the is case it sounds like a moot point. My parsers totally
> ignore white space and I think most other parsers do the same.
>
>Jason Wharton
>
>
> > Comma has two meanings in IN() clause if you are using it in German
> keyboard
> > layouts: list and decimal separator.
> >
> > Two avoid misunderstandings I teach my users to use spaces around comma
> > numeric list entries. Without spaces comma is interpreted as decimaltoo.
> > seperator.
> >
> > This rule is easy to understand for users and leads to correct results,
> >