using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Data.SqlClient; using System.Text; namespace 自己封装的SqlHelper { public static class SqlHelper { //App.config 配置文件的内容 //<?xml version="1.0&quo…
第19课-数据库开发及ado.net ADO.NET--SQLDataReader使用.SqlProFiler演示.ADoNET连接池,参数化查询.SQLHelper .通过App.Config文件获得连接字符串 01对TblStudent表进行增删改查 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.SqlClien…