--- Anibal Constante Brito <[EMAIL PROTECTED]>
wrote:
> Hello:
> 
> How can I know the rows that have a simple
> ResultSet, which method or
> attribute have to call?
> 
> Best Regards.
> Owen.

What dou mean by Simple ResultSet .. U can use while
..
while(resultset.hasNext())
{
ctr++
}
> --
> To unsubscribe, e-mail:  
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 


__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to