Link to home
Start Free TrialLog in
Avatar of rengland
rengland

asked on

Stored Procedure Return w/RDO/Oracle/VB4

I am using VB4 with Oracle and RDO data access.  I need to make an Oracle stored procedure call from an RDO object and return either return codes or rows from a table.  This is not documented very well and I am more of a DBA than a VB programmer.  I tried using the rdoPreparedStatement and seem to get close but that's it.  The particular procedure I am calling has an OUT parameter with no IN parameters but I need something generic enough to call functions or procedures in Oracle with any number of parameters.  Thanks.
ASKER CERTIFIED SOLUTION
Avatar of tward
tward

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial