Home End User
New Blog Posts: Merging Reports - Part 1 and Part 2

Stored procedures on Oracle

edited December 2004 in End User
Hi!

I think there is no way to support stored procedures on Oracle 9i? Am I
right. Is there any plans to do such a thing in the future?

THX!
DV

Comments

  • edited December 2004
    Hi Damir,

    Currently there is no support built-in to the Query tools for supporting
    views or stored procs.

    1. You may be able to modify the DADE Plug-in that you are using to get a
    list of available views included with the available tables.

    In each of the DADE Plug-ins there is TdaSession descendant class that
    overrides a method called GetTablenames. This is where you would need to add
    some additional code. If you are using the BDESession, daDBBDE.pas is the
    source unit, if you are using IB Express then daIBExpress.pas is the source
    unit for the DADE Plug-in.

    2. For stored procs you would probably need to create a new DataView class
    and associated Data Wizard and register them with RB.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.