package cn.qm.db; import java.io.BufferedReader; import java.io.DataInputStream; import java.io.IOException; import java.io.InputStreamReader; public class Command { /* public static void main(String[] args) throws IOException { Command com = new Com
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?cha