AW: Connect JSP and Mysql

2002-07-18 Thread Power-Netz \(Schwarz\)
Hi, I get confuse when I try to connect JSP and Mysql. I use statement: %@page import=java.sql.*% % //Khai bao ket noi: Connection conn; Statement stm; ResultSet rs_matau; String sql_matau=; //Create connection: Class.forName(org.gjt.mm.mysql.Driver); conn =

AW: Connect JSP and Mysql

2002-07-10 Thread Power-Netz \(Schwarz\)
onnection: // Class.forName(org.gjt.mm.mysql.Driver); ^^^use this, it works. conn = DriverManager.getConnection(jdbc:mysql_caucho://localhost/ticket localhost:PORT/DBNAME PORT =