Project running issue

  • Thread starter Thread starter Anderson
  • Start date Start date
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?

Hi,

When posting a question in a newsgroup you should:
- explain the situation in detail. 'handle the records' is very vague.
- describe which technology you are using. ADO.NET, ADO, ODBC, ... and which
compiler version.
- post the code snippet in which the problem occurrs, not the whole source
file.

Only then can we try to help you. Otherwise we can only tell you what our
crystal ball tells us.

--

Kind regards,
Bruno.
(e-mail address removed)
Remove only "_nos_pam"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top