摘要:
修改DBType,增加OleDb。enum DBType{ OleDb, SqlServer, SqlServerCE, MySql, PostgreSQL, Oracle, SQLite}修改CommonConstruct,增加if (dbtype.StartsWith("OleDb")) _dbType = DBType.OleDb;private void CommonConstruct(){ if (dbtype.StartsWith("OleDb")) _dbType = DBType.OleDb; else if (dbtype... 阅读全文
posted @ 2012-11-02 11:07
图生活吧
阅读(712)
评论(0)
推荐(0)
浙公网安备 33010602011771号