I'm not sure if this is the right forum to ask this question. IF it isn't pleae ignore the following...
I have a Access 97 replica that I am trying to convert to Access 2000 to synchronise with the master. The master and another replica have already been successfully converted. However, this...
ppl,
I have the following code to pass a 8-digit ID to a stored procedure that returns all records containing that ID:
' Setup first parameter
sParmName = "Return"
Set sp_Parameter = sp_Command.CreateParameter(sParmName, adInteger, adParamReturnValue, , 0)...
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.