Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ahujadeepa

    custmisable date bean

    It is better that u validate the date in Java class & include that class in the JSP. For my apllication the date format was MM/DD,YYYY I will just give u the methods used by me while validating the date. //Method to check the date format public static boolean checkFormat(String date) {...
  2. ahujadeepa

    One Database Connectin Object

    i have done all this in one program. u can use the same. i m attaching it to this message. Following method returns result set public java.util.Collection select(String Str_sqlstmt) { /** Statement object to save & execute the query */ Statement select_stmt = null; /** To save the...

Part and Inventory Search

Back
Top