摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;//操作SQL数据库必须引入此包using System.Data.SqlClient;//使用DataSet类必须引入此包using System.Data;namespace ConsoleApplication1{ class Program { private string sqlConnectionCommand = "server=localhost;database=testDB;uid=sa... 阅读全文
posted @ 2012-05-09 23:36
风吹屁股凉冰冰
阅读(6160)
评论(1)
推荐(2)

浙公网安备 33010602011771号