Stored procedure

Certified Senior Developer

How to configure stored procedures output parameters in execute stored procedures smart service to get data output from DB

  Discussion posts and replies are publicly visible

Parents Reply
  • One additional note to include, we have had a few situations where we could not use the smart service (MNI limitation), and needed to perform a number of stored procedure calls with the function, at one time, validating multiple rows of a grid.  Performance was not great, so we actually setup a web service that would call the stored procedure instead - from the interface, we call the web service, bypassing this plugin, and performance is actually phenomenal.   We get something like 1000 calls in 1 second (depends how well your procedure executes of course).

Children
No Data