mscorlib error

  • Thread starter Thread starter alex002
  • Start date Start date
A

alex002

Dear all,

I have created an Ole Db provider in ATL COM and I have use vb, vc++ 6.0
to create some ADO clients to test. It work well. Now, I want to create a
vb.net client which will use ado to connect to the database. However, the
strange problem occured. I try the same query in 10 times without
connection closed; however, when it execute the query forth times, error
occured and the error occur in mscorlib and the error number is 91. I have
searched in web but no information about the error number. Can any one help
me to solve this problem? Thank you for all of your help.

Alex
 
Hi Alex,

What is the nature of the error number? Is it extracted from an HRESULT? Is
it what Windows API GetLastError() returns?

Have you also tried to run the provider under a debugger to see whether this
error is actually raised by the provider?
 

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