I have a VB com which must take a user input ( ref number )selected on an ASP page .
A Stored Procedure is then executed on an Oracle DB with the ref number as a passed param. The Stored Procedure will then pass back many records back to the VB component.
I am having great trouble with in accessing the returned recordset in VB, any tips ?
So far I have defined all the returning fields in the Stored Procedure as Tables indexed by binary integers and then used Resultset in VB to access them into a recordset, this is working to a point, but for some reason I get an unspecified error when I attempt to pass anymore than 13 parameters ????
Any help or pointers will be much appreciated.
A Stored Procedure is then executed on an Oracle DB with the ref number as a passed param. The Stored Procedure will then pass back many records back to the VB component.
I am having great trouble with in accessing the returned recordset in VB, any tips ?
So far I have defined all the returning fields in the Stored Procedure as Tables indexed by binary integers and then used Resultset in VB to access them into a recordset, this is working to a point, but for some reason I get an unspecified error when I attempt to pass anymore than 13 parameters ????
Any help or pointers will be much appreciated.