Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Execute a Stored Procedure in VBscript

Execute a Stored Procedure in VBscript

From: jose luis <zaratustra.jl_at_gmail.com>
Date: 1 Feb 2006 10:22:56 -0800
Message-ID: <1138818176.173667.236300@g44g2000cwa.googlegroups.com>


Hi everybody..

I'm trying to execute a stored procedure in orecle, from my visual basic script.
How can i do this? and how can i display the results ?

This is my function
It is in the package: XXEX_WS_PKG

   FUNCTION is_New_LstEq       ( p_msg              OUT VARCHAR2,
                                 p_propertynum   IN     VARCHAR2 )
RETURN NUMBER; witch are the instructions in Vbs so i can call this function and display the results?

Thanks in advance Received on Wed Feb 01 2006 - 12:22:56 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US