Subject Cast(Date as Varchar...
Author adrian_avila_mtz
When i use this sentense, convert something like
06/06/04 to something like '06/jun/2004', but it always do it
in English. for example something like

Cast(Data.Date as Varchar) supposing Date is 01/01/2004

will conevert it to domething like '01/Jan/2004'

The mont always in english.

Is this normal?

Does it mean that Firebird Ignore the regional settings of the OS?