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
cannot detect newly added LUNS in powermt
PIX traffic from wrong source IP
How can I calculate the hieght of a row based on the cell contents?
Oracle forms 10g
Security considerations when runing oma on a backend stand alone exchange 2003 server
How MVC?
Dought on Python Script
VB6: Printing HTML file on single page
embeded video to sharepoint?
Naming of data between OSI layers