Re: [Q] Switching language in Developer 2000

From: <krooss_at_my-dejanews.com>
Date: Mon, 26 Oct 1998 13:12:50 GMT
Message-ID: <711sgi$3o0$1_at_nnrp1.dejanews.com>


[Quoted] Hi Martin !

If you want to change the session parameter, you can use the dbms_session package. Until now i've used only the NLS_SORT parameter ( like : dbms_session.set_nls('NLS_SORT','BINARY'); )  in one projekt. I've call the package in the  WHEN-NEW-FORM-INSTANCE trigger, after establishing the database connection. I hope this information will help you.

Regards Juergen

  vorbeck_at_val.indra.es wrote:
>
> Hi,
>
> how can I achieve the following: I want to change the
> NLS_NUMERIC_CHARACTERS value when running my forms.
> The user needs to have a different configuration in the Windows 95
> registry.
> I tried changing it using dynamic SQL from within the form, executing an
> "ALTER SESSION SET NLS_NUMERIC_CHARACTERS...", but to no avail.
> It somehow ignores the values (why?)
>
> Is there a way to specify this value at startup time for my forms?
>
> I would be very thankful for any hints on how to solve this problem,
> as I have no clue...
>
> Cheers,
>
> -- Martin Vorbeck

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Mon Oct 26 1998 - 14:12:50 CET

Original text of this message