During the course of finding a solution i found that its not possible to pass an array(directly) to a stored procedure in sql-server from ado(vb).
When vb(ado) doesnot support passing of arrays directly to sql-server stored procedures then oracle seems to be more remote.
There are plenty of...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.