Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Old Forums
 CLOSED - General SQL Server
 Connection Errors?

Author  Topic 

G. Michael
Starting Member

31 Posts

Posted - 2004-07-15 : 19:59:00
Hi, I'm a newbie to SQL Server, and have finally traced some errors I'm experiencing when using a stored procedure with an ASP page (VBScript)... If you can shed any insight into my problem, please let me know what I can do about it.. It seems the errors are occuring about 65 seconds after the first initial load of the page. When I reload after approx 65 seconds, I get these errors.

objCnn.Errors.Count =2
Database Connection Object Error No: 0
Description: [Microsoft][ODBC SQL Server Driver][SQL Server]Changed database context to 'ScottsDB'.
Source: Microsoft OLE DB Provider for ODBC Drivers
SQLState: 01000
NativeError: 5701
Error No: 0
Description: [Microsoft][ODBC SQL Server Driver][SQL Server]Changed language setting to us_english.
Source: Microsoft OLE DB Provider for ODBC Drivers
SQLState: 01000
NativeError: 5703

Thanks,
Geoff

G. Michael
Starting Member

31 Posts

Posted - 2004-07-15 : 20:48:32
I found the problem identified on the MS site!
http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q197/4/59.asp&NoWebContent=1

Thanks
Geoff
Go to Top of Page

Kristen
Test

22859 Posts

Posted - 2004-07-16 : 00:44:58
The messages look "normal" to me (or perhaps I should say "informative" rather than "error")

Kristen
Go to Top of Page
   

- Advertisement -