public static void InitDatabase(string dbPath, string dbName) { m_gNanDBConn = new NanDataBase(dbPath, dbName); }