Recent content by Joeri Sebrechts

  1. J

    NLS_LANG issues

    I have already tried calling GetEnvironmentVariable, and the value is indeed changed (correct), both before and after the call to Logon. For some reason the Oracle session is just not picking it up. I've been trying to debug this with a co-worker for over a day, we're completely baffled by this...
  2. J

    NLS_LANG issues

    Hi, I'm trying to set NLS_LANG from code before logging on to the database, but keep running into some very odd issues. There are two sequences of code that I've tried: SetEnvironmentVariable('NLS_LANG', PChar('.' + VALID_CHARSETS[g_nCharSet][0])); p_oraSession.Logon...
  3. J

    Access Violations with Oracle 10g.

    We're seeing this issue in our software as well. Upgrading to oracle 10.2.0.2 has not resolved it. It cannot be reproduced on SQL/plus, TOAD, or any other way of accessing the database except through our DOA-using delphi applications. The workaround (noqueryoptimize) did work, but we'd rather...
Back
Top