Forums

This topic is locked

SQL Server Connection error '80004005'

Posted 24 Jun 2003 20:34:08
1
has voted
24 Jun 2003 20:34:08 Michael dmxzone@lizmik.com posted:
[red] I have several pages(10+) which calls my connection string (using Server Side Include) at the top, then do their thing and work fine, however one specific page calls the same connection string (using Server Side Include )and gets an error message. Microsoft OLE DB Provider for SQL Server error '80004005'

[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.

Only thing different about this page is that it has the SSI, then calls a subroutine (after the connection string). In the subroutine is where it fails. I tried adding the SSI to the failing page, but then I get a different error message:

Microsoft VBScript compilation error '800a0411'

Name redefined
[red]

Replies

Replied 24 Jun 2003 20:40:20
24 Jun 2003 20:40:20 Michael dmxzone@lizmik.com replied:
Update.... Still experiencing the problem. I tried hard coding the connection string into subroutine the page instead of using the SSI and still gets the same error message.

Reply to this topic