Subject Re: [firebird-support] decimal separator
Author Sergio H. Gonzalez
From: Sasha Matijasic
Sent: Monday, August 25, 2008 7:56 PM

> Try this:
> Insert into mytable (ammount) values (100.23);
> You need to use a dot, not a comma. And you need parens.

Hi Sasha! Thanks for the anwser! I typed just an example on the post and I
forgot the parens! Sorry about that! My question actually was if Firebird always
needs dots as decimal separators. And you already answered it also! So no matter
how it is set in "regional settings / currency" in Windows, FB just accept a dot
as decimal separator. Am I right? -sergio