Forums Register Login

two select statements

+Pie Number of slices to send: Send
In my jsp page i have to show around 20 question which I am taking from db.

For one of the question user need to select a state which again i have to

query the db. Since the frst query is already running i dont know how to
make the second select statement for the states?

Hope I am clear and thanks in advance.
+Pie Number of slices to send: Send
Mary,
You can use another set of connection/statement objects.
+Pie Number of slices to send: Send
I prefer only to use a new statement - not a new connection.
But I'm not sure, whether a new connection has advantages.
I guess it will consume more time.

Another idea, (which might not fit) would be to get the possible states in the same first query (if there aren't too much) and cache them, and select the right one after the user made his decision.
+Pie Number of slices to send: Send
Hey,

Are you getting all the 20 questions in one go ?
I mean, are you using the resultset to return you all 20 questions. You display them on the JSP and then the user picks up one of them ?
If that is the case, when the user picks up some other state, you can just fire another query using a Statement object.

-G
If you're gonna buy things, buy this thing and I get a fat kickback:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com


reply
reply
This thread has been viewed 738 times.
Similar Threads
Techniques for getting auto generated key for ms access?
Extra rows when displaying resultSet in browser
Spring and Hibernate ... i am confuse
how to load file into DB
No results in query using JDBC, works in Db
More...

All times above are in ranch (not your local) time.
The current ranch time is
Apr 16, 2024 08:07:06.