16,548
社区成员




strcpy(m_strCurrentUser->user_index, queryResult[m_pDbSqlite->getCol()]);
strcpy(m_strCurrentUser->user_name, queryResult[m_pDbSqlite->getCol() + 1]);
strcpy(m_strCurrentUser->login_name, queryResult[m_pDbSqlite->getCol() + 2]);
strcpy(m_strCurrentUser->user_password, queryResult[m_pDbSqlite->getCol() + 3]);
strcpy(m_strCurrentUser->user_rolecode, queryResult[m_pDbSqlite->getCol() + 4]);
strcpy(m_strCurrentUser->user_createtime, queryResult[m_pDbSqlite->getCol() + 5]);
strncpy(d,s,n);d[n]=0;