SCJP 75%
keeps fetching null
OCUP UML fundamental and ITIL foundation
Arpit Panwar wrote: And should closing the Connection have anything to do with ResultSet object???
Arpit Panwar wrote:Yup ResultSet returns no rows ResultSet.getFetchSize() returns 0 i.e. no rows are being fetched
Jan Cumps wrote: Arpit Panwar wrote:Yup ResultSet returns no rows ResultSet.getFetchSize() returns 0 i.e. no rows are being fetched This method might not do what you expect that it does: https://coderanch.com/t/299924/JDBC/java/workings-ResultSet-getFetchSize
Jan Cumps wrote: