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 know when a TMemo's control has had text selected?
How do you edit the GPO for WSUS in 2008 R2
Raid 5 and LInux
Setting ASP.Net Multiview values Using Javascript
VM printing to wireless printer prints multiple copies of same document
delete duplicate records
Sql Server 05: How to return multiple columns in a group by max query?
Classic ASP nesting inside of a loop
Sysprep Image asking for iaStor.sys during OEM driver install.
USB Flash Drive and Printer