Re: Multiple results by a single prepared statement..
From: Roedy Green (look-on_at_mindprod.com.invalid)
Date: 06/15/04
- Previous message: Raquel: "Multiple results by a single prepared statement.."
- In reply to: Raquel: "Multiple results by a single prepared statement.."
- Next in thread: Joe Weinstein: "Re: Multiple results by a single prepared statement.."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 15 Jun 2004 07:02:06 GMT
On Tue, 15 Jun 2004 02:53:08 -0400, "Raquel" <raquel@nospam.com> wrote
or quoted :
>"Some prepared statements return multiple results;"
I could see two interpretations:
1. you get multiple rows back.
2. you ran reuse the PreparedStatement for another query.
I don't see how you could get multiple ResultSets literally back from
the same query since the method signature does not allow for it.
-- Canadian Mind Products, Roedy Green. Coaching, problem solving, economical contract programming. See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
- Previous message: Raquel: "Multiple results by a single prepared statement.."
- In reply to: Raquel: "Multiple results by a single prepared statement.."
- Next in thread: Joe Weinstein: "Re: Multiple results by a single prepared statement.."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|