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
In Office communicator 2007 I dont have Desktop Sharing Icon
100% CPU usage problem
untar fedora 13
Microsoft Clustering on VMWare ESX 4
How to replace Acer Aspire Z5600 Personal Computer Hard Drive?
Terminal Services, Internet Explorer Cookie problems i think
JavaScript
Trying to use java to submit a form
Prevent page printing if blank
Get Data from Datatable using LINQ