MRH
05-23-2000, 05:06 PM
I'm having trouble with ADO Command Object programming to access an Oracle
8
table using stored procedures both with and without parameters. I'm using
Nick Snowdon's text "Oracle Programming With Visual Basic".
When following the example I get unspecified errors or an error stating that
I am
using the wrong number or type of parameter arguments, even though I only
have one parameter and only one type.
After all that, Snowdon then states that some ADO drawbacks are:
1. Not being able to use PL/SQL cursor variables (which are required with
stored
procedures, 2. ADO doesn't do bind parameters 3. ADO doesn't work with
procedure
packages, all of which he uses in the text. ??
Anyone else had ADO problems along this line?
Thanks.
8
table using stored procedures both with and without parameters. I'm using
Nick Snowdon's text "Oracle Programming With Visual Basic".
When following the example I get unspecified errors or an error stating that
I am
using the wrong number or type of parameter arguments, even though I only
have one parameter and only one type.
After all that, Snowdon then states that some ADO drawbacks are:
1. Not being able to use PL/SQL cursor variables (which are required with
stored
procedures, 2. ADO doesn't do bind parameters 3. ADO doesn't work with
procedure
packages, all of which he uses in the text. ??
Anyone else had ADO problems along this line?
Thanks.