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.
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.