![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
I have a proc that runs quite fine from the QA. I've added the feature that at the end.. Return(@num) Where @num is the number of records that could be processed Here is my AXS snipet.... line 9 .Parameters.Append .CreateParameter("Return_Value", 3, 4) .Execute Cnn.close MsgBox "Return: " & cstr(.Parameters("Return_Value").Value) End With End Sub Error on Line 10 too many parameters! In TSQL... exec @res = usp_cal_cleanup @num select @res This works fine, What's Up with ADO? TIA JeffP..... |
![]() |
| Thread Tools | |
| Display Modes | |
| |