The Flower of Evil
asp.net & XML Web Service

导航

 

2005年11月6日

摘要: 代码: 1usingSystem;2usingSystem.Drawing;3usingSystem.Collections;4usingSystem.ComponentModel;5usingSystem.Windows.Forms;6usingSystem.Data;7usingSystem.Data.SqlClient;89namespace... 阅读全文
posted @ 2005-11-06 20:40 The Flower of Evil 阅读(609) 评论(0) 推荐(0)
 
摘要: 代码如下: 1using System; 2using System.Drawing; 3using System.Collections; 4using System.ComponentModel; 5using System.Windows.Forms; 6using System.Data; 7using System.Data.SqlClient; 8 9namespa... 阅读全文
posted @ 2005-11-06 19:09 The Flower of Evil 阅读(476) 评论(0) 推荐(0)
 
摘要: 第一种: "Data Source=Aron1;Initial Catalog=pubs;User Id=sa;Password=asdasd;" 就行了 Data Source:你机子的IP Initial Catalog:数据库名 User Id:SQL用户名 Password:SQL用户密码 --------------------------------------------------... 阅读全文
posted @ 2005-11-06 18:12 The Flower of Evil 阅读(219) 评论(0) 推荐(0)