Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: Suggestions for dealing with result sets from a database.


Message #1 by "Nick" <nickm@s...> on Tue, 26 Jun 2001 09:57:19 -0500
Hi:

I have a scenerio where I am making a select but I want to 'filter' the
results where I can present the results in a different way based on values
in the result set. Typically I would just make two sepperate selects and use
SQL to parse my data by returning two result sets but is it a better idea to
do a select * and then use Java to format the data?

Just trying to improve my methodologies.

Stefan


  Return to Index