Recent content by Michael Ellermann

  1. Michael Ellermann

    DirectPathLoader & 10g

    Hi, We are inserting very large amounts of data with the DirectPathLoader, and there ist no such problem. Can you post the code snippet of your Application, so I can have a look on it. There are a few thinks that should be considered if you are using the DirectPathLoader in Delphi. Beste...
  2. Michael Ellermann

    Error

    Hi ";" this is possibly the wrong character ! try the statement without the semicolon. Beste regrads Michael :rolleyes:
  3. Michael Ellermann

    Unicode and not

    Hi Marco, just checked B3, but still not working. This is what i get if i try to save the data: ????????????????????????????????????????\?????\ Display in TNT Controls is Ok, saving in the database via Enterprise Manager OK but saving with DOA is bad result. I tried to send you a testing...
  4. Michael Ellermann

    Unicode and not

    Hi Marco, any news about my problem yet. My customer is placing a deadline on the project, so this is getting urgent. Hope i hear soon from you, best regards Michael
  5. Michael Ellermann

    Unicode and not

    Hi Marco, we tested V 4.1, no Problems so far, but still we can not write Russian Language to the Database. The Database is set to AL32UTF8, the Client is set to GERMAN_GERMANY.AL32UTF8, we are using Delphi 5 Ent., the Edits are from TNT (Kyrillic is displayed correct), but as soon as we write...
  6. Michael Ellermann

    Unicode and not

    Hi Marco, we just bought the support Contract. How do i get the 4.1 beta Version now ?? Regards Michael
  7. Michael Ellermann

    Unicode and not

    Hi Marco, in order to get version 4.1 do I have to order the complete new Version incl. Support Contract, or do i only have to order a support contract ? We are currently usin version 4.06. thx Michael
  8. Michael Ellermann

    Unicode and not

    Just tell me how to get a service contract, i need the unicode funcionality urgent !! Thx Michael
  9. Michael Ellermann

    Unicode and not

    Hi Marco, do you have a schedule date for 4.1. If helpfull I
  10. Michael Ellermann

    TOracleDataSet and BLOB problem

    Hi, have a look at PDF DOA Documentation (comes with DOA) V 4.0 page 152 ff
  11. Michael Ellermann

    Unicode and not

    Hello Marco, we have about the same Problem, our Environment is Dephi5 Enterprise, TNT Unicode Edits, DOA 4.0.6, Oracle 10g R1 AL32UTF8, Client Oracle 10g , nls_lang set to GERMAN_GERMANY.WE8MSWIN1252. German text is saved correctly, Russin Text (kyrillic) is displayed correct, but saved as...
  12. Michael Ellermann

    ORA-24909 10.2.0.1

    Hi Marco, strange, we have the same Problem, but only on a WINDOWS based Oracle Server. Most of our customer Servers 10.2 are running on Linux, only 1 Server is running on Windows. The bug appears only on this server... It seems that the client version does not matter, as both 9.xx 10.xx clients...
  13. Michael Ellermann

    Funky query (cuts off results)

    Okay, now I am nervous, try this: with this statement it cuts of the last four characters: select 'line1'||chr(10)||chr(13)||'line2'||chr(10)||chr(13)||'line3' from dual Michael PS: I know, I know, last post until i get an answer, promise... works fine this way: select...
  14. Michael Ellermann

    Funky query (cuts off results)

    Good morning, this statement delivers a ! correct ! answer: select 'line1'||chr(10)||chr(13)||'line2__' from dual; DOA definitly cuts off last two characters.... Any Idea about workaround ?? Michael
  15. Michael Ellermann

    Funky query (cuts off results)

    Hi, I have the same Problem ! It works fine with HORA (Keeptool SQl Tool), SQL Plus, but cuts off last two characters with DOA 4.0.6.2 and Delphi 5 Enterprise on a Oracle 10g R2 Very strange !! makes me a bit nervous as we supply about 100 customers with our software, using DOA... best...
Back
Top