在执行一个
CString theSou;
theSou="select * from shujuku ";
command->CommandText=(_bstr_t)theSou;
record=command->Execute(0,0,pView->command->CommandType);如何判断查询是否结束了?