Java SQL resultset size?

Associate
Joined
23 Aug 2004
Posts
1,493
Hi,

I'm working with SQL in java. I need a method to check the size of a resultset. I tried getFetchSize(), but this seems to be only returning 0. I would use an integer field, but this is impractical. Any ideas?
 
Back
Top Bottom