Hi
There are two ways to execute a stored procedure using ADO
- call "exec sp_myproc val1,val2" statement over ADO
- use Command/Parameters objects to initialize and call the stored procedure.
Which is a efficient way and why
Appreciate your response
Thanks
Mike
>> Stay informed about: Best way to call a stored procedure