操作ACCESS的类CADOConn (三)

2014-11-24 03:07:08 · 作者: · 浏览: 16
strValue = "";
break;
}

if(i == 0)
listMain->InsertItem(iRow, strValue, 0);
else
listMain->SetItemText(iRow, i, strValue);
}
m_pRecordset->MoveNext();
}
//移向开头
MoveFirst();
}

return TRUE;
}