you can pass parameters to a stored procedure.<br><br>sSQL = "NameStoreProcedure '" & sParameter1 & "'"<br><br>or if it is a number just pass it without the single quotes.<br><br>try printing out the sSQL before you open and try running it in your Database and see if you get...
it all depends on how you open the recordset on whether you will get recordcount and other properties.<br><br><br>sSQL = What ever your stored procedure is called<br><br>rs.Open sSql, Conn object, (adOpenDynamic, adOpenStatic, adOpenForwardOnly, adOpenKeyset, adOpenUnspecified)<br><br>it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.