Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Execute Stored procedure in Hibernate
I have
{ ? = call myservice.TEST_PROC3( ? ) }
While I can get stored proc output if there is no input to TEST_PROC3, e.g.
call myservice.TEST_PROC3( )
I don't know how to code in Java to pass in the parameter required in my case with:
call myservice.TEST_PROC3( ? )
Can anyone show me how to make such call in Java?
Thanks
Related Answered Questions
Related Open Questions