11 2011 档案
摘要:跟着教程做网站时的一个DBHelper的小例子。记下来说不定以后用得上。 1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Data; 5 using System.Data.SqlClient; 6 using System.Configuration; 7 8 9 namespace PracticeMyBookShopDAL 10 { 11 public static class DBHelper 12 { 13 14 ...
阅读全文