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
Allowing Outlook 2003 Out of Office Messages on an Exchange 2007 Server
MS Access - Rounding Issues
How to view my laptop with my blackberry?
server 10g listener crush - please help
Login failed for user ''. The user is not associated with a trusted SQL Server connection.
is this stuff any better than what we all do to secure a contact us form?
Update field in table based on changes made to a field in second table
Snort configuration problem cannot open rules file
email sending problem
Change SQL database Authorization from MIXED MODE to User Name and Password