how i get output of sql command in uipath.
1 Like
Hi
as a datatable variable if EXECUTE QUERY activity is used
or
as int32 that tells number of rows affected by the command, if EXECUTE NON QUERY is used
for more details
Cheers @Gauri_Rawool
it will run query in database but we will not get output in uipath variable