Recent content by Enes K

  1. E

    OracleDirectPathLoader Doubles Characters Size and Fills With Null

    I solved problem by changing array of array of string with array of array of AnsiString and PChar with PAnsiChar.
  2. E

    OracleDirectPathLoader Doubles Characters Size and Fills With Null

    I'am using Direct Oracle Access version: 4.1.3.0 While using TOracleDirectPathLoader with DelphiXE2 for example if i load a line which has 12 characters when i use length function in database it shows 24 characters. And 1st char is belongs to my data 2nd one is chr(0) null data. And 3rd char is...
Back
Top