Holger Dors
Member²
We have a couple of ISAPI DLLs built with D6 + DOA 4.0.6. They run within the same IIS. They require different NLS_LANG settings; I'm setting the environment variable just before I do a Session.LogOn.
However, sometimes this settings just doesn't seem to be effective; we're seeing wrong characters.
Is the NLS_LANG var evaluated only when a session is created, or is it evaluated for each query? Because in the latter case, as the var is valid for the whole IIS process, it could have been changed to another value in between, and than I would be in trouble...
Anyone else has a suggestion or a comment for me on this matter?
Many thanks in advance,
Holger
However, sometimes this settings just doesn't seem to be effective; we're seeing wrong characters.
Is the NLS_LANG var evaluated only when a session is created, or is it evaluated for each query? Because in the latter case, as the var is valid for the whole IIS process, it could have been changed to another value in between, and than I would be in trouble...
Anyone else has a suggestion or a comment for me on this matter?
Many thanks in advance,
Holger