DBAsupport.com Forums - Powered by vBulletin
Results 1 to 1 of 1

Thread: Using StoredProcedure to return from a function an array of objects

  1. #1
    Join Date
    Jan 2009
    Posts
    1

    Using StoredProcedure to return from a function an array of objects

    I am trying to call a stored procedure(function) with no inputs which returns a list of objects.

    I previously used the same function returning a cursor and used the following example:
    http://www.saarathi.com/wiki/Process...pring_JDBC_DAO

    which worked fine.

    I now want to return the same objects which relates to a table but in a list and have tried to follow the example in
    http://forum.springframework.org/arc...p/t-10042.html

    But have had no success and did not understand the example GetPersonProc.

    I dont understand why it works for the cursor and not a list.

    I would very much appreciate some help.
    Last edited by charliebsimms; 01-20-2009 at 09:06 AM.

Posting Permissions

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


Click Here to Expand Forum to Full Width