sqlite-参数化

string sql = "select count(*) from t_user where f_name=? and f_pwd=?";
iRet = sqlite3_bind_text(pStmt, i + 1, m_param.at(i).typeChar, -1, SQLITE_STATIC);