CRecordset::Close
레코드 집합을 닫습니다.
구문
virtual void Close( );
설명
ODBC HSTMT 및 모든 메모리 할당 레코드 집합에 대 한 프레임 워크는 할당이 취소 됩니다. 일반적으로 전화 한 후 닫기, 할당 된 경우 C++ recordset 개체 삭제 새.
호출할 수 있는 열려 전화 후 다시 닫기. 레코드 집합 개체를 다시 사용할 수 있습니다. 호출 하는 것이 대 안으로 Requery.
예제
// Construct a snapshot object
CCustomer rsCustSet(NULL);
if(!rsCustSet.Open())
return;
// Use the snapshot ...
// Close the snapshot
rsCustSet.Close();
// Destructor is called when the function exits
요구 사항
헤더: afxdb.h
참고 항목
CRecordset Class
계층 구조 차트
CRecordset::CRecordset
CRecordset::Open
CRecordset::Requery