其中连接字符串格式为:Data Source=[服务器名];Initial Catalog=[数据库名];Integrated Security=True创建数据表执行命令格式:Create table [表名] ( [字段名1 数据类型1] [,字段名2 数据类型2] [....] )