Recent content by Tolyan

  1. T

    DOA and temporary LOB

    Thanks a lot! :) It is working after a few changes. ppExtComLines.SaveToStream(ppLob); ppDS.DeclareVariable('p_ext_notes',otBLOB); ppDS.SetComplexVariable('p_ext_notes',ppLob); ppDS.SQL.Text:='begin gdp.gdp_edit.ip_clear_and_init_comments(:p_id)...
  2. T

    DOA and temporary LOB

    My DOA version is 4.0.3 P.S. You may delete user "Tolyan1" from this forum. It is my clone ( with the same password ;) ). I have create it when have problems with cookies.
  3. T

    DOA and temporary LOB

    Please advise me. I have an initialized temporary LOB declared in specification part of oracle package: gdp_edit.pp_temp_ext_comments. I want to write data to this LOB from delphi by DOA. I created this code fragment: ppLob:=TLOBLocator.CreateTemporary((fDataSet as TOracleDataSet).Session...
Back
Top