Quote:
> I'm trying to eliminate the previous filter of a recordset
> so that all the rows are shown on the data grid. I'm using
> the following code, but I get an Abnormal termition Error
> on the screen and the program closes. Any ideas?
> pRecordset->Filter =( _variant_t)"0";
> m_datagrid.Refresh();
> THANK YOU.
> Rick.
Your question might be best answered on the microsoft.public.vc.database
newsgroup. We are forwarding it there.
It may also help if you could clarify what type of data grid control you are
using.
--
Michael Tran
Patryk Kaminski
Visual C++ Team
This posting is provided "AS IS" with no warranties, and confers no rights.