Java 链接SQL Server 数据库

1   //Java 连接 SQL Server数据库
2   public static final String DRIVERNAME="com.microsoft.sqlserver.jdbc.SQLServerDriver";
   //test1214Flower 为数据库名 ,其他不变
3 public static final String URL="jdbc:sqlserver://localhost:1433;databaseName=test1214Flower?characterEncoding=utf-8";
4 public static final String NAME="sa";
5 public static final String PASS="sa";
上一篇:PHP - 多维数组


下一篇:java.io.IOException: Server returned HTTP response code: 411 for URL