Recent content by Scale

  1. S

    Wrong select result (carriage return characters)

    That's a pity. There is no CovertCRLF property in TOracleSession objects. I use DOA 3.4.6.1 for Delphi 5.
  2. S

    Wrong select result (carriage return characters)

    Thank you very much!!!!
  3. S

    Wrong select result (carriage return characters)

    Sorry I mentioned difficult example. Just execute next example: select 'A'| |chr(10)| |'B' from dual You'll see just string 'A' as result instead string 'AB'. If you execute this select in sqlplus or throw Inprise BDE you'll get right result. I'm afraid that DOA OracleDataSet component can't...
  4. S

    Wrong select result (carriage return characters)

    All below SQL results are visible throw usual TDBGrid. Just execute simple select: ----------------------------------------- SELECT piece,sql_text FROM v$sqltext_with_newlines q, v$session s WHERE sid in (select sid from v$session where s.last_call_et = 0 and username = user) and...
Back
Top