Esempio n. 1
0
 // 测试数据库连接
 private static bool checkConnect()
 {
     return(DBUtil.GetConnectionTest(Config.DBConnectString));
 }