Hi,
I am currently working on a project and found that when I executed a sql statement for a recordset, and that recordset returned no value (no records met the coditions of the sql statement), I get a Run Time Error 3021 with the explaination that "Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record." I have been to Microsoft's website and a search of the knowledgebase turned up this very error but in he context of a PIP Administrator.
Is this what is supposed to be returned from ADO or did I miss some sort of patch to VB6 that would have fixed this?
I am currently working on a project and found that when I executed a sql statement for a recordset, and that recordset returned no value (no records met the coditions of the sql statement), I get a Run Time Error 3021 with the explaination that "Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record." I have been to Microsoft's website and a search of the knowledgebase turned up this very error but in he context of a PIP Administrator.
Is this what is supposed to be returned from ADO or did I miss some sort of patch to VB6 that would have fixed this?