B
BillyRogers
I have this code that i use to call a stored procedure which works. It
requires one parameter.
I have another stored procedure that requires two different paramters.
How do i call it using ADO?
What do I need to Change in this statement?
I need to add a year parameter.
I already have an account number hard-coded here for testing purposes.
the stored proc is built and I know how to call it in sql server just not in
access.
Where would i put the second parameter e.g. "2006"?
Set rst = cnn.Execute("GetAssocEquipment""1609756""")
--
Billy Rogers
Dallas,TX
Currently Using Office 2000 and Office 2003
requires one parameter.
I have another stored procedure that requires two different paramters.
How do i call it using ADO?
What do I need to Change in this statement?
I need to add a year parameter.
I already have an account number hard-coded here for testing purposes.
the stored proc is built and I know how to call it in sql server just not in
access.
Where would i put the second parameter e.g. "2006"?
Set rst = cnn.Execute("GetAssocEquipment""1609756""")
--
Billy Rogers
Dallas,TX
Currently Using Office 2000 and Office 2003