POC.PROC_EGTI_AUTO_RWT(D_dataset OUT TYPES.cursortype)
the above is the stored procedure name along with parameters.
please tell me how to execute the above stored procedure.
Hi @Byra_Padha_Saradhi ,
Have you Checked the Below Post :
Hi @pari_patel ,
I am assuming that you have set up your connection correctly using “Connect to DB” activity. The “Execute Query” activity takes the output of “Connect to DB” activity
"Connect to DB" ---> "Execute Query"
UiPath has a strict syntax requirement for parameters in the “Execute Query” activity (only takes String expressions).
If your StoredProcedure takes in one parameter
StoredProcedure = YourStoredProcedure
Parameter for StoredProcedure = @YourRequiredParameter
Variable f…
system
(system)
Closed
April 24, 2022, 4:50am
3
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.