Results 1 to 2 of 2

Thread: IN OUT parameter in stored procedure

  1. #1
    Join Date
    Dec 2004
    Location
    St. Gallen, Switzerland
    Posts
    69

    Default IN OUT parameter in stored procedure

    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

  2. #2
    Join Date
    Dec 2004
    Location
    St. Gallen, Switzerland
    Posts
    69

    Default

    ok... if found it... just use SqlOutParameter and everything works fine... :-)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •