package test; import java.sql.*; public class test { public static void main(String[] args) { String JDriver = "com.microsoft.sqlserver.jdbc.SQLServerDriver";// SQL数据库引擎 String connectDB = "jdbc:sqlserver://127.0.0.1:1433;DatabaseName=test";// SQL Server数据库连接 test为数据库名