Před voláním getConnection :
musíte vytvořit instanci ovladačeString pdriver = "com.mysql.jdbc.Driver";
Class.forName(pdriver).newInstance();
Před voláním getConnection :
musíte vytvořit instanci ovladačeString pdriver = "com.mysql.jdbc.Driver";
Class.forName(pdriver).newInstance();