Recent content by Karo

  1. K

    CLOB problems

    What major changes have you made from version 3 to 4? I have same app with same code and different DOA, and only new app has problems with CLOB character conversions (olny CLOB, VARCHAR2 not). It looks like new app bypasses character conversion and writes raw data. It's possible that your...
  2. K

    CLOB problems

    Client and I have both EE8MSWIN1250 charset set in NLS_LANG. Database has EE8ISO8859P2. I can read and write to DB trough internet, but the user can only read the data properly. When writing one of the two problematic international characters conversion to ? occurs. It looks like the problem is...
  3. K

    CLOB problems

    I have a problem with saving text to an Oracle CLOB field using Direct Oracle Access components (DOA). When I post update to a database some of international characters (win-1250) get lost. But this doesn't happen in our production or test environment. It only happens -- of course -- at client's...
Back
Top