C#技术百科
问问你的心你有没有信心 做事情要专一坚定,执着
摘要: sqlserver数据库连接类 阅读全文
posted @ 2009-09-02 11:08 王德田 阅读(208) 评论(0) 推荐(0)
摘要: DbSqlLiteData 数据库连接类 阅读全文
posted @ 2009-09-02 11:07 王德田 阅读(189) 评论(0) 推荐(0)
摘要: DbOracleData oracle 数据库连接类 阅读全文
posted @ 2009-09-02 11:06 王德田 阅读(244) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Data.OleDb;using System.Data.Common;using System.Collections;using System.Configuration... 阅读全文
posted @ 2009-09-02 11:05 王德田 阅读(442) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Data.Common;using System.Configuration;using System.Data.SqlClient;using System.Collect... 阅读全文
posted @ 2009-09-02 11:04 王德田 阅读(221) 评论(0) 推荐(0)