T
Terry
A Stored Procedure spPermissionsInsert inserts a record into a table and
returns a value @ReturnVal on completion. The Access ADO code used returns
an error that the first parameter (and presumably the subsequent parameters)
has not been specified. Many examples are available for passing single
parameters but not multiple parameters.
1. Where can an example for multiple parameters be found?
2. Is it necessary to declare multiple parameters or can a single parameter
be used and redefined?
3. How do you get the return value?
4. The parameters in SQL Server are BITs. In Access ADO what is the
equivalent type?
Thank you
Terry
returns a value @ReturnVal on completion. The Access ADO code used returns
an error that the first parameter (and presumably the subsequent parameters)
has not been specified. Many examples are available for passing single
parameters but not multiple parameters.
1. Where can an example for multiple parameters be found?
2. Is it necessary to declare multiple parameters or can a single parameter
be used and redefined?
3. How do you get the return value?
4. The parameters in SQL Server are BITs. In Access ADO what is the
equivalent type?
Thank you
Terry