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

1 Expert Approved Answer
Step: 1 Unlock

The correct answer is c OUT registerOUTParameter Heres why In Java CallableStatement is u... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Database Systems Design Implementation Questions!