NLS setting for Oracle
We are trying to use FR.Net using an ODBC connection to Oracle.
When working with dates, we are always getting english results (weekday names, month names, date format). But we want to have german settings. Where to set that FastReport or ODBC connection or Oracle should use NLS_LANG='GERMAN_GERMANY.WE8ISO8859P1'?
Is it possible to execute an SQL like "alter session NLS_LANG='GERMAN_GERMANY.WE8ISO8859P1'" when starting the report?
Or is there any way to pass a setting from .Net (C#) to FR in order to use german settings?
Best regards
Dirk
When working with dates, we are always getting english results (weekday names, month names, date format). But we want to have german settings. Where to set that FastReport or ODBC connection or Oracle should use NLS_LANG='GERMAN_GERMANY.WE8ISO8859P1'?
Is it possible to execute an SQL like "alter session NLS_LANG='GERMAN_GERMANY.WE8ISO8859P1'" when starting the report?
Or is there any way to pass a setting from .Net (C#) to FR in order to use german settings?
Best regards
Dirk
Comments