B bharti New member Jan 5, 2012 #1 String startdate=txtstart.getText(); ResultSet rs=st.executeQuery("select * from itemdetails where currentdate >startdate and currentdate<'2011-12-31'"); i have try this code is not working,please help me.
String startdate=txtstart.getText(); ResultSet rs=st.executeQuery("select * from itemdetails where currentdate >startdate and currentdate<'2011-12-31'"); i have try this code is not working,please help me.