@ -4,7 +4,7 @@ import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import com.mysql.jdbc.Connection;
import java.sql.Connection;
public class TestConnection {
public static void main(String[] args) throws ClassNotFoundException, SQLException {
@ -11,7 +11,7 @@ import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javabean.Base;
import net.sf.json.JSONObject;
@ -12,7 +12,7 @@ import javax.servlet.http.HttpServlet;
import net.sf.json.JSONArray;
import javabean.JDBCBean;
import javabean.Util;
@ -13,7 +13,7 @@ import javax.servlet.http.HttpServlet;
import javabean.Common;