Recent content by thurmana

  1. T

    Delphi 7/Rave Reports/DOA

    Can we use DOA with Delphi 7 RAVE Reports? We are allowed to install the DOA package in RAVE Reports, but the DOA components are not visible. Any information or suggestions would be greatly appreciated.
  2. T

    Delphi, DOA, and Oracle

    Thanks for the help, we found an alternative method to accomplish our task. Thanks again.
  3. T

    Delphi, DOA, and Oracle

    Could you give me an example of what the script for this would be? Thanks again for the assistance you have provided us. [This message has been edited by thurmana (edited 22 January 2003).]
  4. T

    Delphi, DOA, and Oracle

    Thanks again for your response... I have sent the package code that you have requested to your email address. I didn't want to post it to the site b/c the content can be sensitive information due to the nature of the business we do.
  5. T

    Delphi, DOA, and Oracle

    This line of code (pkg_rule_sale.salepool_tab_type)is defined as Oracle Table Type. It returns a list of records of multiple columns. We figured if Delphi had a way of handling this type that would solve our problem. Returning the result set leaves us with the same problem b/c the type is the...
  6. T

    Delphi, DOA, and Oracle

    I'm executing the following procedure call: DECLARE i_rgsc varchar2(4) :='0106'; i_kcrule varchar2(3) :='012'; o_sale_rec pkg_rule_sale.salepool_tab_type; BEGIN sp_rule_sale(i_rgsc, i_kcrule, o_sale_rec); END; The output parameter, o_sale_rec is declared as a package of...
Back
Top