Recent content by WWirnsberger

  1. W

    DirectPathLoader and CLOB-Columns

    Hello, please excuise me! Did you forget me?
  2. W

    DirectPathLoader and CLOB-Columns

    I did some tests more! I inserted one row with PL/SQL-Developer and queried the content of it with dump(t.country,1017): Typ=1 Len=13 CharacterSet=AL32UTF8: c3,96,s,t,e,r,r,e,i,c,h, ,2 The query of the data imported with DirectPathLoader results: Typ=1 Len=10 CharacterSet=AL32UTF8...
  3. W

    DirectPathLoader and CLOB-Columns

    I forget.. My NLS_LANG is 'GERMAN_GERMANY.AL32UTF8' Database is: 1 NLS_CALENDAR GREGORIAN 2 NLS_CHARACTERSET AL32UTF8 3 NLS_COMP BINARY 4 NLS_CURRENCY $ 5 NLS_DATE_FORMAT DD-MON-RR 6 NLS_DATE_LANGUAGE AMERICAN 7 NLS_DUAL_CURRENCY $ 8 NLS_ISO_CURRENCY AMERICA 9 NLS_LANGUAGE AMERICAN 10...
  4. W

    DirectPathLoader and CLOB-Columns

    Dear Mr. Kalter, I do not know what gets wrong! ORACLE Enterprise Manager shows for '
  5. W

    DirectPathLoader and CLOB-Columns

    Dear Mr. Kalter, ASCIISTR returns 'Gr\FFFD\FFFDnordnung' instead of 'Gr
  6. W

    DirectPathLoader and CLOB-Columns

    Hello, if I load data into a CLOB or NCLOB column I loose german chars like '
  7. W

    Direct Path loader

    Thank you for your help!
  8. W

    Direct Path loader

    Hello, I did some tests and the following example produces three times the same record in the data base, but the input records are diffrent! procedure TfrmMain.btnDirectLoadClick(Sender: TObject); var Loader: TOracleDirectPathLoader; i, Row, BuffLen: Integer; sBuff1: String; dBuff1...
  9. W

    Direct Path loader

    Hello, I do not unterstand your example in the documentation. ... begin // Copy one record to the array Loader.Columns[0].SetData(Row, @Records[i].Line, 0); loader.Columns[1].SetData(Row, @Records[i].Text[1], Length(Records[i].Text)); Inc(Row); ... 1. What delphi datatype is "Records"...
  10. W

    Data-Grid

    Do you plan to use an other grid component in the future or is it possible to get the current grid component from the authors with sources included?
  11. W

    Data-Grid

    Hello, I am a very happy user of "PL/SQL Developer" and do now some tests with "Direct Oracle Access". Is it possible to know what Data-Grid do you use in "PL/SQL Developer"? Kind regards
Back
Top