OLEDB Erros Enums?

  • Thread starter Thread starter localhost
  • Start date Start date
L

localhost

I am looking for all of the HRESULT codes that ADO.NET might get from
an OleDb provider error.

For example, -2147217913 is a SP parameter error, -2147217871 is a
connection timeout, etc.

I want to trap for all possibilities in my ..catch{} block.

Thanks.
 

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