asp_databases thread: ODBC Drivers
Message #1 by "Rory O Ferrall" <roferrall@s...> on Wed, 15 Nov 2000 11:14:50 +0000
|
|
I have upgrad my Web server hardware. But when it come to the ASP pages I
am having problems with ODBC Drivers.
It is giving the following error.
I am using windows NT server 4 and Microsoft IIS version 4. has any one got a fix for this problem.
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/RlabSchd/AdminOpenRequests.asp, line 45 v
Message #2 by Gregory_Griffiths@c... on Wed, 15 Nov 2000 11:42:47 +0000
|
|
seems to suggest that your DSN is not properly configured, can you :
1. Connect using SQL Plus (or similar) to the database ?
2. Connect using the ODBC Test Utility that comes with Oracle ?
> -----Original Message-----
> From: roferrall@s... [mailto:roferrall@s...]
> Sent: 15 November 2000 11:15
> To: asp_databases@p...
> Subject: [asp_databases] ODBC Drivers
>
>
> I have upgrad my Web server hardware. But when it come to
> the ASP pages I
> am having problems with ODBC Drivers.
> It is giving the following error.
> I am using windows NT server 4 and Microsoft IIS version 4.
> has any one got a fix for this problem.
>
>
>
> Microsoft OLE DB Provider for ODBC Drivers error '80004005'
>
> [Microsoft][ODBC Driver Manager] Data source name not found
> and no default driver specified
>
> /RlabSchd/AdminOpenRequests.asp, line 45 v
>
>
Message #3 by "Toby Anscombe" <tanscombe@m...> on Wed, 15 Nov 2000 12:09:55 -0000
|
|
Are you using a DSN connection or a connection string ?
My guess *Without Code* is the DSN it's looking for is either not avalible
or does not exist
-----Original Message-----
From: Rory O Ferrall [mailto:roferrall@s...]
Sent: 15 November 2000 11:15
To: ASP Databases
Subject: [asp_databases] ODBC Drivers
I have upgrad my Web server hardware. But when it come to the ASP pages I
am having problems with ODBC Drivers.
It is giving the following error.
I am using windows NT server 4 and Microsoft IIS version 4. has any one
got a fix for this problem.
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default
driver specified
/RlabSchd/AdminOpenRequests.asp, line 45 v
|