摘要: using System;using System.Data;using System.Data.SqlClient;这是命名空间,不用多讲解了吧。public class DAL //定义一个类{ string cnstr="data source=.;initial catalog=company;persist security info=False;user id=sa;pwd=sa;";//定义连接数据库的连接字符串 private SqlCommand cm=new SqlCommand(); //建立Command对象//定义一个全局的Command 对象。 阅读全文
posted @ 2014-03-26 14:39 第二职业 阅读(546) 评论(0) 推荐(1) 编辑