Oracle StoredProc from VB 6.0
- From: usamatch@xxxxxxxxx
- Date: 10 Oct 2005 16:15:52 -0700
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
.
- Follow-Ups:
- Re: Oracle StoredProc from VB 6.0
- From: Brijesh
- Re: Oracle StoredProc from VB 6.0
- Prev by Date: Re: 105K salary
- Next by Date: Re: ORA-1652: unable to extend temp segment by 512 in tablespace
- Previous by thread: connectivity
- Next by thread: Re: Oracle StoredProc from VB 6.0
- Index(es):
Relevant Pages
|