HardingR2000
Programmer
I have a MS SQL stored procedure that updates a couple of tables. It does not return a result set. When executed in Access VBA via an ADODB Execute command it does not process correctly. It is as if some of the update queries within the stored procedure do not execute. When executed in Query Analyzer the tables are updated correctly. The parameters passed to the stored procedure are the same. There are no messages created when executed in Query Analyzer and as far as I can tell there are no message when executed in VBA.
Does anyone have a suggestion?
Randy
Does anyone have a suggestion?
Randy