A
Anderson
Dear all,
I have a VC project related with SQL server database operation, when I
only handle a few records , this project can run perfectly, but when I use
this project to handle more than 2000 records, it will run into a debug
information as the following lines detailed.
//comutil.h
inline _variant_t::~_variant_t()
{
_com_util::CheckError:VariantClear(this));
}
could anybody tell me why?
Thanks in advance
Joseph
I have a VC project related with SQL server database operation, when I
only handle a few records , this project can run perfectly, but when I use
this project to handle more than 2000 records, it will run into a debug
information as the following lines detailed.
//comutil.h
inline _variant_t::~_variant_t()
{
_com_util::CheckError:VariantClear(this));
}
could anybody tell me why?
Thanks in advance
Joseph