Thread
:
how to Parse int to a string variable (pls hlp)
View Single Post
#
1
(
permalink
)
04-16-2008, 09:15 AM
raj reddy
Member
Join Date: Apr 2008
Posts: 30
how to Parse int to a string variable (pls hlp)
Hi
while(rs.next()) {
String Fname = Integer.parseInt(rs.getInt("tktkey"));
}
am getting this type of error
cannot find symbol
symbol:methodparseInt(Int)
Sponsored Links
raj reddy
View Public Profile
Find all posts by raj reddy