PDA

Click to See Complete Forum and Search --> : Oracle stored procedure - still executing


srenee
Nov 18th, 2000, 12:13 AM
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