数据库系统无法从表中选择内容。我能做什么? <body> include ('opendb.php');$result = mysql_query("SELECT count(semail) AS av FROM `table` ")or die(
mysql_error());$row = mysql_fetch_assoc($result) or d
我正在使用netbeans,并且netbeans本身能够连接到数据库。我的代码由于某些原因不允许我连接,并声明我没有合适的驱动程序。我正在导入SQL驱动程序,所以我不确定哪里出了问题。2013 11:06:18 AM sample_server.DatabaseManagement Connectionjava.sql.SQLException: No suitable driver f