2011年2月15日

参数化的应用

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Data.SqlClient;namespace sql_str { public class sql_str { public DataSet myds(SqlCommand return_com) { sql_db.db db_str = new sql_db.db(); SqlConnection mycon = new SqlConnection(db_str.d 阅读全文

posted @ 2011-02-15 21:22 卑鄙De小贝 阅读(424) 评论(4) 推荐(0)

导航