Home > Archive > ASP > June 2005 > ASP and Oracle
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| I'm building a website using the oracle database engine. i'm conneting
to the database using the odbc. the database is created on a webserver.
when i'm using the odbc on my local workstation the connection works.
but when i'm trying to publish the site i receive the following error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
Specified driver could not be loaded due to system error 5 (Oracle in
OraHome92).
/arabic/news_index.asp, line 46
line 46 is when i'm opening the connection.
Note: what i mean with "my local workstation" is when i call the
website using the localhost. and i mean by "publish the site" is by
giving the website a dns name.
i'm despair and need help yesterday.
| |
| Jeff Cochran 2005-06-05, 3:55 pm |
| On 5 Jun 2005 03:23:25 -0700, "Soha" <selsaeed@gmail.com> wrote:
>I'm building a website using the oracle database engine. i'm conneting
>to the database using the odbc. the database is created on a webserver.
>when i'm using the odbc on my local workstation the connection works.
>but when i'm trying to publish the site i receive the following error:
>Microsoft OLE DB Provider for ODBC Drivers error '80004005'
>
>Specified driver could not be loaded due to system error 5 (Oracle in
>OraHome92).
>
>/arabic/news_index.asp, line 46
>
>line 46 is when i'm opening the connection.
>
>Note: what i mean with "my local workstation" is when i call the
>website using the localhost. and i mean by "publish the site" is by
>giving the website a dns name.
>
>i'm despair and need help yesterday.
FAQ:
Why do I get database-related 80004005 errors?
http://www.aspfaq.com/show.asp?id=2009
Jeff
| |
| Mark Schupp 2005-06-06, 3:55 pm |
| Use the Oracle Oledb Provider.
http://www.carlprothman.net/Default...omOracl
e
--
--Mark Schupp
"Soha" <selsaeed@gmail.com> wrote in message
news:1117967005.312154.232040@z14g2000cwz.googlegroups.com...
> I'm building a website using the oracle database engine. i'm conneting
> to the database using the odbc. the database is created on a webserver.
> when i'm using the odbc on my local workstation the connection works.
> but when i'm trying to publish the site i receive the following error:
> Microsoft OLE DB Provider for ODBC Drivers error '80004005'
>
> Specified driver could not be loaded due to system error 5 (Oracle in
> OraHome92).
>
> /arabic/news_index.asp, line 46
>
> line 46 is when i'm opening the connection.
>
> Note: what i mean with "my local workstation" is when i call the
> website using the localhost. and i mean by "publish the site" is by
> giving the website a dns name.
>
> i'm despair and need help yesterday.
>
|
|
|
|
|