摘要: C# using System.Data.SqlClient; class Program { static void Main() { string connectionString = GetConnectionString(); // Open a sourceConnection to the AdventureWorks database. using (SqlConnection ... 阅读全文
posted @ 2009-03-26 15:47 iDEAAM 阅读(1032) 评论(0) 推荐(1) 编辑