Im posting this for the third time now. It seems that hardly anyone uses the "new" features of oracle 8. If you do - please answer this:
Did you ever succeed in passing an array of variables to an oracle stored procedure? This operation should be possible since oracle 8 and mdac 2.5...
Has anyone in ever succeeded in passing an array of variables to an oracle stored procedure. This is the third thread i start on this - i never got a useful answer. This operation should be possible since oracle 8 and mdac 2.5. Its not that urgent but id like to know whats wrong over here - a...
i'm not sure if i totally caught your problem - but:
Instead of returning a couple of out parameters you can get a complete recordset back from oracle. this article explains all you need to know about that
http://www.aspwatch.com/c/200028/d45A6239D524A11D4AEEC00A0C9E95208.asp?printme=1
This...
Thankz Antz,
i appreciate your anticipation but:
i actually used the or operator to add the two values.
this is to make clear its an array of integers....
;-)
Hi,
i got problems with passing arrays or variants to stored procedures. When i run this code against Oracle 8 I just get the error: 'Type name is invalid'
Why?
Dim CON As New ADODB.Connection
Dim QSQL As String
Dim COM As New ADODB.Command
Dim Param1 As ADODB.Parameter
Dim RS...
Hi all,
i'd like to post an old question again - as it is excactly mine and hasn't been answered yet... so here it is:
<<<<<<<<
Nanda (Visitor) Oct 2, 2000
Hi All,
I am almost stuck with my problem. I explain it. Any kind of help will be appreciated.
I m trying to run/call a component in...
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.