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
SBS 2003 – one user receives lots of calendar invitations and meeting approvals/declines
gpupdate problem Windows 7 Professinal 32 bit
Can you help me in installing font on windows hosted web-site?
Can I have code created in VBA to allow Outlook Email messages to save to sharepoint folders?
Urgent help needed - Cold Fusion Cold Fusion Admin - Data Source - to SQL Server 2005 named instance
Any web-designers use a test site?
Javascript fakepath
Simple car-like color picker
domain name question
Have Access report only show Amount data if no PayAmt data