Question: When using a CallableStatement object to run a stored procedure, you need to register the __________ parameters by using the _____________ method. a. IN/OUT, getParameters()
When using a CallableStatement object to run a stored procedure, you need to register the __________ parameters by using the _____________ method.
a. IN/OUT, getParameters()
b. IN, registerINParameter()
c. OUT, registerOUTParameter()
d. IN/OUT, registerINOUTParameter()
Step by Step Solution
3.38 Rating (164 Votes )
There are 3 Steps involved in it
The correct answer is c OUT registerOUTParameter Heres why In Java CallableStatement is u... View full answer
Get step-by-step solutions from verified subject matter experts
