1

I need to call a SQL Server Stored Procedure that returns a boolean value, not by output parameter, like this:

exec ? = sp_adm_verificapermissao ?,?,?,? 

I am using Spring Data.

Weles
  • 1,275
  • 13
  • 17
  • Possible duplicate of [How can i call stored procedure using spring with jpa](https://stackoverflow.com/questions/7886401/how-can-i-call-stored-procedure-using-spring-with-jpa) – DCTID Nov 22 '19 at 16:46
  • This question differs because there is a return value in the procedure, that is my problem to get it. – Weles Nov 24 '19 at 10:57
  • The accepted answer returns a List from the query result. There is another method that returns an Object. How is that different? – DCTID Nov 27 '19 at 01:12

0 Answers0