how to retrieve a char data from resultset
843859May 28 2008 — edited Nov 20 2014Hi,
I am trying to retreive a char data from resultset but there is not method like rs.getChar(). I tried by defining a string variable and using rs.getString method and then using charAt method on String var but its not happening.
anyone can pls help me.
Thanks.