Recent content by dako

  1. D

    Java stored procedure call in Oracle Lite

    I need to call Oracle Lite procedure, which has output parameters from DOA component, and receive these parameters as results. I have tried two variants: a)Select MyProcedure(:a,:b) from dual; b)Begin MyProcedure(:a,:b); End; where a, b - output parameters. In first case procedure didn't return...
  2. D

    Oracle8i Lite procedure call from DOA

    I need to call Oracle Lite procedure, which has output parameters from DOA component, and receive these parameters as results. I have tried two variants: a)Select MyProcedure(:a,:b) from dual; b)Begin MyProcedure(:a,:b); End; where a, b - output parameters. In first case procedure didn't return...
Back
Top