Recent content by Lus

  1. L

    PL/SQL ! renurn of function into Delphi table of record HOW??

    If you can, give same example. my record,table of record and function which return it. type statisticREC is RECORD ( FIO_ varchar2(20), value_ number ); type statisticMAS is table of statisticREC INDEX by binary_integer; function Get_statistic return statisticMAS;
  2. L

    PL/SQL ! renurn of function into Delphi table of record HOW??

    how i can take table of record, which return function. Programming language are Delphi or c++ Builder + DOA
Back
Top