Hi,
I'm wondering if anyone has come across this before. I'm accessing a Hana procedure via JDBC, and the output of this procedure is a table variable.
At the moment, it's not mapping correctly, and the code is failing. Is there a particular java.sql type that I can map a table variable to? Has anyone had to do this before, and if so, what solution did you come up with?
Thanks!