Hi,
Then i call this stored procedure from VBCode:This is inside stored procedure ...... Select @Result Return @Result ......
I got an error that "Operation is not allow when object is closed"Code:with cm ...... ...... ...... end with with rs ...... ...... .open cm msgbox .recordcount end with
I'm surely that i have open cm already, when i change to other
stored procedure it works fine. I think the problem is i dont know
how to use stored procedure which is using RETURN
I have try this stored procedure in SQL analyzer, works fine.
Can any one give me the right way to solve this problem?
Thanks for advance




Reply With Quote