CoolInterview.com - World's Largest Collection of Interview Questions
 Interview Questions  
 Our Services  

Get 9,000 Interview Questions & Answers in an eBook.


  • 9500+ Pages
  • 9000 Question & Answers
  • All Tech. Categories
  • 14 MB Content

    Get it now !!


    Send your Resume to 6000 Companies


  • INTERVIEW QUESTIONS J2EE JDBC DETAILS
    Question :
    How to get the resultset of stroedProcedure
    Category JDBC Interview Questions
    Rating (0.0) By 0 users
    Added on 7/14/2006
    Views 1063
    Rate it!
    Answers:

    By invoking the getObject on the CallableStatement.CallableStatement proc = conn.prepareCall("{ ? = call " + functionSql + " }");proc.registerOutParameter(1, Types.OTHER);proc.execute();ResultSet results = (ResultSet) proc.getObject(1);





    If you have the better answer, then send it to us. We will display your answer after the approval.
    Name :*
    Email Id :*
    Answer :*
    Verification Code Code Image - Please contact webmaster if you have problems seeing this image code Not readable? Load New Code
    Process Verification  Enter the above shown code:*
    Inform me about updated answers to this question

       
    Related Questions
    View Answer
    How can store images in a data base?
    View Answer
    Why do we use prepared statement when already statement is present
    View Answer
    Which is the best driver among the 4 jdbc drivers?how can we load that driver?

    View Answer
    How many statements can be created with one connection
    View Answer
    If 4 different drivers are loaded, & created 4 different statements calling diffener tables from same database, how driver is recognized for each statement?
    View Answer
    What is metadata?
    View Answer
    Where to use which driver in JAVA?
    View Answer
    what is savepoint?
    View Answer
    How differ servlet from its peer Technology?
    View Answer
    What is the importance in context in jdbc connection pools?

    View Answer

    Please Note: We keep on updating better answers to this site. Subscribe to our newsletter to get notified when better answer is posted.

    Notify me when better answer is posted!
    Email:

    View ALL JDBC Interview Questions

    User Options
    Sponsored Links


    Copyright ©2003-2009 CoolInterview.com, All Rights Reserved.
    Privacy Policy | Terms and Conditions
    Page URL: http://www.coolinterview.com/interview/5006/default.asp?cachecommand=bypass


    Download Yahoo Messenger | Placement Papers| FREE SMS | ASP .Net Tutorial | Web Hosting | Dedicated Servers | Joke of the Day

    0.41