Oracle StoredProc from VB 6.0



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

.



Relevant Pages

  • Oracle StoredProc from VB 6.0
    ... 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. ...
    (comp.databases.oracle.server)
  • convert structured strings to possibly deep hash of hashes
    ... I have a list of well structured strings, actually they are file paths. ... have read perlref and perlreftut and my perl bookbut I am not ... seeing how to recursibely build/populate a HOH in this situation. ...
    (comp.lang.perl.misc)
  • Help - Counting text - Associative Array?
    ... Perl, but I have only been able to find bits and pieces on it. ... specifying the descriptions and the strings in the array ... TIA, Sam ... Try to count the occurance of file paths ...
    (comp.lang.perl)