Microsoft
Software
Hardware
Network
Question : Access DoCmd.runSQL running a SQLServer stored procedure
I am using an Access front end to a SQLServer database. Some VBA uses DoCmd.runSQL to run stored procedures in the database. What is the best way to capture the return from the stored procedure?
Answer : Access DoCmd.runSQL running a SQLServer stored procedure
What is returned from the Stored Procedure? If it's a Recordset, you can just do this:
Dim rst As DAO.Recordset
Set rst = Currentdb.OpenRecordset(Yo
urQueryNam
e)
If it's an Output param, you're probably better off using an ADODB.Command object.
Random Solutions
how to find how many days left for the installed eval copy of microsoft sql r2
Autoarchive Outlook deleted items
We are unable to access database using following parameters.
increase incoming mail size server 2008
Error 3078 can't find table
asp.net< need help in construction of a string with concatenated Eval("") 's
storage of data file when exchange is hosted
Encrypting CAD files, Windows Server 2003
isakmp command not found
Submit form with link asp / javascript