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

Thread: stored proc question

  1. #1
    Join Date
    Jan 2001
    Posts
    216
    What is the best way to return the result of a select statement in a stored proceudre ?

    For example :
    I have a stored procedure called GetUsers (Group_name)

    This pprocedure will get the users who belong to a given group.
    Since I am using JDBC, I want to be able to access the result using java.sql.ResultSet
    and traverse through it in my java program.

    Thanks for your help in advance

  2. #2
    Join Date
    Nov 2000
    Location
    Baltimore, MD USA
    Posts
    1,339
    Please don't post the same question to multiple forums. I already hit this question in the DBA forum.

    Please close this one.

    Thanks,

    - Chris

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