Re: Problem using TADOStoredProc with MS Access XP



it's been a while since i worked with ado, but if i remember right,
parameter[0] in a storedproc is the return parameter, you canot set it.
the values should start at param[1],param[2] .....
and treok is right , you should close the procedure before changing
parameters values

.