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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by rhtdmp

  1. rhtdmp

    JSP and MySQL on TomCat

    hi use this import java.sql.*; import java.util.*; public class conn { ResultSet rs; Statement st; Connection con; public conn() { try { Class.forName("org.gjt.mm.mysql.Driver")...

Part and Inventory Search

Back
Top