View Single Post
Newbie Member
5Apr2009,06:57  
fahadcv's Avatar
Hi

Replace line no 105 with below code

if(rs.getString(6) == null || rs.getString(6).equals("")){out.print("");}

Value may be null, so we need to check null also with empty string.

Hope it will help.