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

Home -> Community -> Usenet -> c.d.o.server -> Oracle StoredProc from VB 6.0

Oracle StoredProc from VB 6.0

From: <usamatch_at_gmail.com>
Date: 10 Oct 2005 16:15:52 -0700
Message-ID: <1128986152.553910.212790@g14g2000cwa.googlegroups.com>


Hello Friends,
I am trying to find out how to Call Oracle Stored Proc from VB6.0 + ado that takes in three strings as IN parameters and outputs an array of records or result set having file names and file paths. Any examples would be appreciated.

mypackage.GET_Files(acctno, field2, field3, rec_array) where IN parameters are all of type Varchar2(10), and Out Parameter rec_array IS RECORD(file_path VARCHAR2(10), file_name VARCHAR2(10)); Thanks in advance.
Jack Anderson Received on Mon Oct 10 2005 - 18:15:52 CDT

Original text of this message

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