I need help on passing Arrays as parameters to Oracle Stored Procedures
using ADO in Visual Basic 6.
The Stored Procedure in Oracle has the following parameters:
IN:
abc1 : char
abc2 : char
abc3 : char
OUT
abd1 :char
abd2 :varchar2
abd3 :char10_array
abd4 :vc2_array
Iam using the parameters collection of the command object using the create
and append methods.
But iam facing problems regarding this.
I even tried using the refresh method but no success.
If sample cud be also provided then double thanks.
regards
kanchana
using ADO in Visual Basic 6.
The Stored Procedure in Oracle has the following parameters:
IN:
abc1 : char
abc2 : char
abc3 : char
OUT
abd1 :char
abd2 :varchar2
abd3 :char10_array
abd4 :vc2_array
Iam using the parameters collection of the command object using the create
and append methods.
But iam facing problems regarding this.
I even tried using the refresh method but no success.
If sample cud be also provided then double thanks.
regards
kanchana