Recent content by CAR

  1. C

    OCIDLL with instant client returns incorrect characters

    Thank you Marco. I am puzzled as to why my initial test with setting NLS_LANG env didn't seem to work.
  2. C

    OCIDLL with instant client returns incorrect characters

    The NLS_LANG variable is empty and cannot be assigned in the delphi code. I tried setting a NLS_LANG environment variable to the same value as found in the registry key for the full client. NLS_LANG variable was still blank. The goal is to fully setup the OCI information in the delphi...
  3. C

    OCIDLL with instant client returns incorrect characters

    I encountered a problem using the OCIDLL variable with Oracle instant clients. Some special characters were converted to ? Appears to be characters above asci 128. Simple test case: SQL: select ' SEI’s (“SEI‿) ' spclchar from dual Result: SEI?s (?SEI?) Delphi 11.3 DOA 4.14 Oracle...
  4. C

    AV on OraClient.Dll using Delphi 11.1 and 21c 64bit client

    Marco, Problem resolved. I tried downloading the install file again. Same result. See attached image. Then I thought maybe a browser cache issue???. I tried a different computer and received the new file. Arg. I ran a quick test with the new install - no AV. I will do some testing with...
  5. C

    AV on OraClient.Dll using Delphi 11.1 and 21c 64bit client

    I was not expecting a quick turn-around! I am still getting the AV opening 64bit session after uninstall/install. Download was the same size and version.
  6. C

    AV on OraClient.Dll using Delphi 11.1 and 21c 64bit client

    We started using D 11.1 to run our 32 bit apps. No issues. I started migrating our 64bit apps and I cannot open a session without an AV. No issues when we were using Delphi 11.0 We are using the latest DOA( 4.1.4) Created a simple form with just the TOracleSession and same error...
Back
Top