程序人生

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

2007年11月2日

摘要: 转自 http://chuna2.787528.xyz/ltp/archive/2005/12/03/289656.html using System; using System.Collections; using System.Collections.Specialized; using S... 阅读全文
posted @ 2007-11-02 08:45 程序人生-123 阅读(227) 评论(0) 推荐(0)

摘要: 转自:http://chuna2.787528.xyz/ltp/archive/2005/12/02/289608.html 一.用SqlConnection连接SQL Server 1..加入命名空间 using System.Data.SqlClient; 2.连接数据库 SqlConnection myConnection = new SqlConnection(); myConnectio... 阅读全文
posted @ 2007-11-02 08:43 程序人生-123 阅读(128) 评论(0) 推荐(0)