Recent content by HeikoOssi

  1. H

    german umlaut

    Thank you. It works with the NLS_LANG environment variable.
  2. H

    german umlaut

    Character Sets are the same in both versions: Character Sets Character size: 1 byte(s) CharSetID: 31 NCharSetID: 2000 Unicode Support: True NLS_LANG: NLS_CHARACTERSET: WE8ISO8859P1 NLS_NCHAR_CHARACTERSET: AL16UTF16
  3. H

    german umlaut

    in version 13 in 64-bit variant German umlauts are converted into question marks (?) when compiling in the database. The source file remains unchanged. 32-bit version is ok.
  4. H

    QueryByExcample

    is works if i have one query in sql window. When i have multible in one sql window and query results in separate tabs then the filters are not transferred in sql text again.
  5. H

    QueryByExcample

    I have described the problem by mail
  6. H

    QueryByExcample

    any news about it? In version 13 (also beta 6) the behaviour of QueryByExample has changed compared to version 12
  7. H

    QueryByExcample

    1.) i write my sql statement in sql window select t.test_field from my_table t ; 2.) i click switch 'QueryByExample' 3.) i write a filter 'TEST' in field test_field In old version the sql text is automatic modified in select t.test_field from my_table t where test_field = 'TEST'; In beta...
  8. H

    QueryByExcample

    at QueryByExcample the sql text in upper input field is often not changed anymore.
Back
Top