Compartilhar via


Close the Parent Recordset Object

Note

Indexing Service is no longer supported as of Windows XP and is unavailable for use as of Windows 8. Instead, use Windows Search for client side search and Microsoft Search Server Express for server side search.

 

This code segment uses the Close method of the objRS_Parent Recordset object to free the system resources of the parent recordset. Setting the objRS_Parent Recordset object to Null removes the parent object from memory.

objRS_Parent.Close;
objRS_Parent = null;