摘要:
//执行Sql文件 Thread.Sleep(1000); System.Diagnostics.Process pr = new System.Diagnostics.Process(); pr.StartInfo.FileName = "osql.exe"; pr.StartInfo.Arguments = string.Format(" -U... 阅读全文
posted @ 2011-06-16 16:07
微米大大
阅读(562)
评论(0)
推荐(0)