Results 1 to 2 of 2

Thread: JDBC Queries and statements

  1. #1
    Join Date
    Sep 2004
    Posts
    6

    Default JDBC Queries and statements

    Hi

    If I use JdbcTemplate.execute("sql"), will it automatically close the statement (that it uses) for me?

    Thanks in advance.

  2. #2
    Join Date
    Aug 2004
    Location
    Montréal, Canada
    Posts
    845

    Default Re: JDBC Queries and statements

    Quote Originally Posted by srirang
    If I use JdbcTemplate.execute("sql"), will it automatically close the statement (that it uses) for me?
    Yes.
    Omar Irbouh

    Spring Modules Team
    http://irbouh.blogspot.com/

Similar Threads

  1. Replies: 3
    Last Post: Aug 2nd, 2005, 03:43 AM
  2. Prepared Statements in a Loop
    By atomz4peace in forum Data
    Replies: 3
    Last Post: Jul 5th, 2005, 02:12 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
  •