摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Data.SqlClient; namespace ConsoleApplication6 { class Program ... 阅读全文
posted @ 2016-06-21 18:28 枫炎 阅读(338) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Data.SqlClient; names 阅读全文
posted @ 2016-06-21 18:26 枫炎 阅读(215) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Data.SqlClient; names 阅读全文
posted @ 2016-06-21 18:24 枫炎 阅读(213) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Data.SqlClient; names 阅读全文
posted @ 2016-06-21 18:22 枫炎 阅读(232) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Data.SqlClient; names 阅读全文
posted @ 2016-06-21 18:19 枫炎 阅读(295) 评论(0) 推荐(0) 编辑
摘要: 一、引用命名空间 using system.Data.SqlClient二、操作 1、建立数据连接 SqlConnection conn(变量名称)=new SqlConnection("server=.(服务器名称);database=data425(数据库名称);user=sa(用户名);pwd 阅读全文
posted @ 2016-06-21 18:16 枫炎 阅读(265) 评论(0) 推荐(0) 编辑