Recent content by tschuk

  1. T

    CHARSET conversions

    Hello Marco, thanks for your response. For my understanding - is this a behaviour/restriction of oracle or of DOA? thanks, regards Frank
  2. T

    CHARSET conversions

    Hello Marco, I'm a bit confused with the charset conversions. My Oracle database uses AL32UTF8 and AL32UTF16 as charset/national charset. I configured my environment for WIN, i.e. setting the environment variable NLS_LANG=GERMAN_GERMANY.WE8MSWIN1252. I would expect that the oracle database does...
  3. T

    best way to fill oracle raw field with TOracleDataSet

    Hello Marco, thanks for your reply, Length(s) evaluates to 1008, s contains a valid HEX-String (please ignore the single quotes, they are from the expression evaluator): >>>>>>>>>>>>>>>>>>>>>...
  4. T

    best way to fill oracle raw field with TOracleDataSet

    Hello, I'm facing some trouble with raw field's in oracle. I made a simple test case with a raw field with 504 Bytes: >>>>>>>>> create table test (r4 RAW(504)); > procedure TForm1.Button1Click(Sender: TObject); var koeff126: array[0..125] of Single; I: Integer; begin for I := 0 to 126 - 1...
  5. T

    memory usage with TOracleDataSet

    Hello, i want to copy some row's of LONG RAW data from a paradox table into my oracle database (8.1.5. WinNT) via DOA 3.3.3. TOracleDataSet. I opened a query of the paradox table and tried to append the record to the oracle dataset for each record in the original query. The problem i...
Back
Top