Hi all,
Does spring's StoredProcedure abstraction support in out parameter of oracle stored procedure? I did not found a class named SqlInOutParameter for example...
regards,
Sandro
Hi all,
Does spring's StoredProcedure abstraction support in out parameter of oracle stored procedure? I did not found a class named SqlInOutParameter for example...
regards,
Sandro
ok... if found it... just use SqlOutParameter and everything works fine... :-)