Thursday, February 3, 2011

OAF Callable Statement Parameter Binding

unfortunately ..

  • when you set parameters using Ordinal binding, you must get OUT parameters via index
  • you could only get OUT cursor parameter via index which forces you to use Ordinal binding - because CallableStatement only have getCursor(int index) method.

No comments:

Post a Comment