A database stored procedure is allowed to return any ESQL data type, excluding Interval, List, and Row.
Can we pass list of some values as parameters IN/OUT to stored procedure?
Simplified form of my requirement is I need to pass list of employee id to a stored procedure and get list of corresponding credibility. DBA don't want to return a resultset so I am limited to use OUT parameter for result as well.
I think I should be able to do this in JAVA but looking for ways to do so in esql?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum