Hi,
I am trying to execute stored procedure(oracle) from a VB form using rdo and at the same time i am trying to use stillexecuting property so that i can track the progress of the procedure but i seem to be having problem i either get th evaluse of still executing always false or i get the error 'access denied or illegal syntax'
can any one you out thr help with this .
If i use ado for executing the procedure how do i use still executing property so that i can track the progress.

PLS help