连接时出现
yesgobooks_DB(): com.microsoft.sqlserver.jdbc.SQLServerDriver
yesgobooks_DB.executeQuery:No suitable driver found for jdbc:sqlserver://localhost:1433;databaseName=test在javaBean中代码如下
import java.sql.*;
public class yesgobooks_DB {
String sDBDriver = "com.microsoft.sqlserver.jdbc.SQLServerDriver";
String url ="jdbc:sqlserver://localhost:1433;databaseName=test";数据库中有test的