inputbox in javaswing,
September 13, 2008 at 3:38 PM
String result=JOptionPane.showInputDialog(fhome,"enter the booknumber:\n"+" ","issue the book",JOptionPane.PLAIN_MESSAGE);
this is my inputbox.
String q2="update tblib set status='issued'where booknumber="
and this is my database query my problem is how to compare the result with booknumber in my table.here booknumber is number but result is string.
View All Comments
| View Tutorial