Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: result set type


Message #1 by "COSKAN GUNDOGAR" <cgundogar@t...> on Wed, 22 Aug 2001 10:54:57 +0200
You can still use a result set, but since the cursor is set before the 
first record when you create the result set you need to move it to get at 
your data:

myResultSet.next();


> 
> hi
> what must i use instead of result set type when there is only one record 
is
> turned back from my query
> 
> 
> 

  Return to Index