Hi All,
I am working over SQL Server7.0 and ASP.
Whenever I open a database connection from ASP using the command

strDBURL = "Driver={SQL Server};Server=<servername>;Database=<database
name>;Uid=sa;Pwd="

Set m_conDB = Server.CreateObject("ADODB.Connection")
m_conDB.Open(strDBURL)

Now if I checks the value of m_conDB.errors.count, it gives me a value 2.
That means it throws 2 errors. These errors are:

1)[Microsoft][ODBC SQL Server Driver][SQL Server]Changed database context to
'<databasename>'.
2) [Microsoft][ODBC SQL Server Driver][SQL Server]Changed language setting
to us_english.

Can anyone please suggest what is the cause of these errors?
If I ignore these errors, program works fine. But I want to know the exact
cause aand significance of these errors?

Any suggestion in this regard is welcome.

Thanks and Regards,
Sandeep



Disclaimer:
This document is intended for transmission to the named recipient only.  If
you are not that person, you should note that legal rights reside in this
document and you are not authorized to access, read, disclose, copy, use or
otherwise deal with it and any such actions are prohibited and may be
unlawful. The views expressed in this document are not necessarily those of
HCL Technologies Ltd. Notice is hereby given that no representation,
contract or other binding obligation shall be created by this e-mail, which
must be interpreted accordingly. Any representations, contractual rights or
obligations shall be separately communicated in writing and signed in the
original by a duly authorized officer of the relevant company.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to