Re: documenation for '.NET Data Provider for SQL Server' errors



Okay, before I can answer the below, I need to ask you another question :-)

Are you talking about errors that occur in TSQL? (Because that is what kinda
sounds like from your description - Error Numbers i.e), or are you talking
about Errors that occur in ADO.NET?

Also, if it is ADO.NET, then are you talking about ADO.NET 2.0 or 1.1?


--

- Sahil Malik [MVP]
ADO.NET 2.0 book -
http://codebetter.com/blogs/sahil.malik/archive/2005/05/13/63199.aspx
----------------------------------------------------------------------------
---------------

"Vikram Vamshi" <vikram.vamshi@xxxxxxxxxxxxxxxxxxx> wrote in message
news:#LW$hAqnFHA.3380@xxxxxxxxxxxxxxxxxxxxxxx
> Hi,
> I was trying to find documenation for the error messages and the
> corresponding error numbers for the errors that are raised by the .net
data
> provider for SQL Server.
>
> For example:
> The following is the message when the provider times out
> Timeout expired. The timeout period elapsed prior to completion of the
> operation or the server is not responding.
> and the corresponding error number is:-2
>
> I was trying to get a list of all the possible errors along with their
error
> numbers, so that we can handle them in our code if it is appropriate.
> It would help us a lot if someone can point me to the documentation.
>
> Thanks in advance.
> --
> Vikram Vamshi
> Database Engineer
> Eclipsys Corporation
>
>


.



Relevant Pages

  • documenation for .NET Data Provider for SQL Server errors
    ... I was trying to find documenation for the error messages and the ... provider for SQL Server. ... The following is the message when the provider times out ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: documenation for .NET Data Provider for SQL Server errors
    ... >> I was trying to find documenation for the error messages and the ... >> provider for SQL Server. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: SQL Adaptor - Timeout
    ... I have changed the host 'Max. number of message engine threads per CPU. ... to be 3 instead of 20 and I have the same error messages. ... Server stored procedures using SQL Server Adaptor. ...
    (microsoft.public.biztalk.general)
  • Re: Passing a null value as date to SQL
    ... When passing value to a SqlParameter then you have to use DBNull.Value. ... "amber" wrote in message ... > I'm using VB.NET and SQL Server. ... > I'm getting error messages not matter what I try. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: SqlConnection.Open() Which ErrorCodes
    ... goes wrong during the connection phase. ... sys.messages system table for the message_id and text of SQL Server ... See the error messages topic in SQL Books Online. ...
    (microsoft.public.dotnet.framework.adonet)

Loading