473,486 Members | 2,270 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Database driver vanishes intermittently ?

Last Friday (or early Saturday) the database driver seemed to
vanish from my web-site. On Monday, it reappeared. The host was
told about the missing driver on Saturday but claims to have
done nothing to repair the problem.

Is there any explanation for this?

The site was running ASP 3 with an ODBC driver to a Microsoft
Access 97 database.

On Saturday I downloaded to entire site locally and it ran
locally on my PC - so I can't see how it could be anything other
than a lost ODBC driver at the web-site.

The error was:

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC Microsoft Access Driver] Cannot open database
'(unknown)'. It may not be a database that your application
recognizes, or the file may be corrupt.

/some_page.asp, line 32

Note - line 32 is the line where the connection is OPENed.

Jul 21 '05 #1
6 2395
Did it run successfully when you downloaded it? And when you downloaded it,
did you download the database? Can you open it in Access? Is it corrupt as
the error suggests? There is one Access 97 database that exists on my
intranet, and it gets corrupted on a fairly regular basis. I've given up on
doing anything about other than just opening it in Access 97 and letting it
repair it when this happens.

I suggest converting the database to Access 2000 format, if you can, and
then switching your connection string that you're currently using to:
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\somepath\mydb.mdb;User
Id=admin;Password=;" '*

Ray at work

* credit: www.connectionstrings.com

"Zenobia" <8.**********@spamgourmet.com> wrote in message
news:7e********************************@4ax.com...
Last Friday (or early Saturday) the database driver seemed to
vanish from my web-site. On Monday, it reappeared. The host was
told about the missing driver on Saturday but claims to have
done nothing to repair the problem.

Is there any explanation for this?

The site was running ASP 3 with an ODBC driver to a Microsoft
Access 97 database.

On Saturday I downloaded to entire site locally and it ran
locally on my PC - so I can't see how it could be anything other
than a lost ODBC driver at the web-site.

The error was:

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC Microsoft Access Driver] Cannot open database
'(unknown)'. It may not be a database that your application
recognizes, or the file may be corrupt.

/some_page.asp, line 32

Note - line 32 is the line where the connection is OPENed.

Jul 21 '05 #2
"Zenobia" <8.**********@spamgourmet.com> wrote in message
news:7e********************************@4ax.com...
Last Friday (or early Saturday) the database driver seemed to
vanish from my web-site. On Monday, it reappeared. The host was
told about the missing driver on Saturday but claims to have
done nothing to repair the problem.

Is there any explanation for this?

The site was running ASP 3 with an ODBC driver to a Microsoft
Access 97 database.

On Saturday I downloaded to entire site locally and it ran
locally on my PC - so I can't see how it could be anything other
than a lost ODBC driver at the web-site.

The error was:

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC Microsoft Access Driver] Cannot open database
'(unknown)'. It may not be a database that your application
recognizes, or the file may be corrupt.


Here's the explanation ...
http://www.aspfaq.com/show.asp?id=2009

--
Tom Kaminski IIS MVP
http://www.microsoft.com/windowsserv...y/centers/iis/
http://mvp.support.microsoft.com/
http://www.iisfaq.com/
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://www.tryiis.com
Jul 21 '05 #3
On Fri, 5 Nov 2004 08:16:10 -0500, "Ray Costanzo [MVP]" <my
first name at lane 34 dot commercial> wrote:
Did it run successfully when you downloaded it?
Yes.
And when you downloaded it, did you download the database?
Yes
Can you open it in Access?
Yes
Is it corrupt as the error suggests?
Not when I downloaded it and opened it.
There is one Access 97 database that exists on my intranet, and it gets
corrupted on a fairly regular basis. I've given up on doing anything
about other than just opening it in Access 97 and letting it
repair it when this happens.
If, what you say is the problem, then it may be a Microsoft 97
Access problem.

I will upgrade it to Access 2002 and use the OLEBD driver.
I suggest converting the database to Access 2000 format, if you can, and
then switching your connection string that you're currently using to:
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\somepath\mydb.mdb;User
Id=admin;Password=;" '*
Thanks Ray.

I'm in a bit of a bind here because the host is free. I don't
run the site but have to contact the host through another party.
Furthermore when I suggested we ask the host what platform our
site is running on and what the latest SPs and MDACs installed
were my intermediate contact said he didn't want to bother our
host because our host was providing a free service (bless him)
and we could risk getting the boot. We already got the boot a
year ago after our (Political) site was hacked and defaced.

Oh, what a nightmare. How can I be expected to fix things when I
can't be sure what version of software is being run and I'm not
allowed to phone up the ISP in case I upset !!!!
Ray at work

* credit: www.connectionstrings.com

"Zenobia" <8.**********@spamgourmet.com> wrote in message
news:7e********************************@4ax.com.. .
Last Friday (or early Saturday) the database driver seemed to
vanish from my web-site. On Monday, it reappeared. The host was
told about the missing driver on Saturday but claims to have
done nothing to repair the problem.

Is there any explanation for this?

The site was running ASP 3 with an ODBC driver to a Microsoft
Access 97 database.

On Saturday I downloaded to entire site locally and it ran
locally on my PC - so I can't see how it could be anything other
than a lost ODBC driver at the web-site.

The error was:

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC Microsoft Access Driver] Cannot open database
'(unknown)'. It may not be a database that your application
recognizes, or the file may be corrupt.

/some_page.asp, line 32

Note - line 32 is the line where the connection is OPENed.


Jul 21 '05 #4
I updated the database file to Access 2002 and changed the
driver to OLEDB Jet 4. It works now and, hopefully, should
continue to do so till I'm no longer 'web master'.

On Fri, 05 Nov 2004 12:56:34 +0000, Zenobia
<8.**********@spamgourmet.com> wrote:
Last Friday (or early Saturday) the database driver seemed to
vanish from my web-site. On Monday, it reappeared. The host was
told about the missing driver on Saturday but claims to have
done nothing to repair the problem.

Is there any explanation for this?

The site was running ASP 3 with an ODBC driver to a Microsoft
Access 97 database.

On Saturday I downloaded to entire site locally and it ran
locally on my PC - so I can't see how it could be anything other
than a lost ODBC driver at the web-site.

The error was:

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC Microsoft Access Driver] Cannot open database
'(unknown)'. It may not be a database that your application
recognizes, or the file may be corrupt.

/some_page.asp, line 32

Note - line 32 is the line where the connection is OPENed.


Jul 21 '05 #5
HA HA HA! I feel your frustration. :] Glad it's working now.

Ray at work

"Zenobia" <8.**********@spamgourmet.com> wrote in message
news:pn********************************@4ax.com...
I updated the database file to Access 2002 and changed the
driver to OLEDB Jet 4. It works now and, hopefully, should
continue to do so till I'm no longer 'web master'.

Jul 21 '05 #6
Get a different ISP?

"Zenobia" <8.**********@spamgourmet.com> wrote in message
news:4h********************************@4ax.com...
On Fri, 5 Nov 2004 08:16:10 -0500, "Ray Costanzo [MVP]" <my
first name at lane 34 dot commercial> wrote:
Did it run successfully when you downloaded it?


Yes.
And when you downloaded it, did you download the database?


Yes
Can you open it in Access?


Yes
Is it corrupt as the error suggests?


Not when I downloaded it and opened it.
There is one Access 97 database that exists on my intranet, and it gets
corrupted on a fairly regular basis. I've given up on doing anything
about other than just opening it in Access 97 and letting it
repair it when this happens.


If, what you say is the problem, then it may be a Microsoft 97
Access problem.

I will upgrade it to Access 2002 and use the OLEBD driver.
I suggest converting the database to Access 2000 format, if you can, and
then switching your connection string that you're currently using to:
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\somepath\mydb.mdb;User
Id=admin;Password=;" '*


Thanks Ray.

I'm in a bit of a bind here because the host is free. I don't
run the site but have to contact the host through another party.
Furthermore when I suggested we ask the host what platform our
site is running on and what the latest SPs and MDACs installed
were my intermediate contact said he didn't want to bother our
host because our host was providing a free service (bless him)
and we could risk getting the boot. We already got the boot a
year ago after our (Political) site was hacked and defaced.

Oh, what a nightmare. How can I be expected to fix things when I
can't be sure what version of software is being run and I'm not
allowed to phone up the ISP in case I upset !!!!
Ray at work

* credit: www.connectionstrings.com

"Zenobia" <8.**********@spamgourmet.com> wrote in message
news:7e********************************@4ax.com.. .
Last Friday (or early Saturday) the database driver seemed to
vanish from my web-site. On Monday, it reappeared. The host was
told about the missing driver on Saturday but claims to have
done nothing to repair the problem.

Is there any explanation for this?

The site was running ASP 3 with an ODBC driver to a Microsoft
Access 97 database.

On Saturday I downloaded to entire site locally and it ran
locally on my PC - so I can't see how it could be anything other
than a lost ODBC driver at the web-site.

The error was:

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC Microsoft Access Driver] Cannot open database
'(unknown)'. It may not be a database that your application
recognizes, or the file may be corrupt.

/some_page.asp, line 32

Note - line 32 is the line where the connection is OPENed.

Jul 21 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
6249
by: mdh | last post by:
I am trying to learn the basics of MVC applications using a Tomcat infrastructure. I'm starting by building a simple application with: * a login.jsp page for a basic login form with a action...
6
4572
by: mark4asp | last post by:
Hello, Is there a simple way to check whether a database driver is available on a remote server? I only have ftp access so I can only run ASP scripts. An ASP application on a host has...
1
1659
by: ehendrikd | last post by:
hi all im very new to using db2 so please excuse any obvious newbie questions :) my situation is this... we have a v7.1 db2 database running on redhat 9 and i am trying to use enterprise...
3
27030
by: Rakesh | last post by:
Hi, I want to get connection to a DB2 database using the driver COM.ibm.db2.jdbc.DB2XADataSource. I have also included 'db2java.zip' in the classpath. However I am getting the exception ...
3
1429
by: David Cho | last post by:
I've noticed that my code in InitializeComponent where I am linking event handlers to events vanishes from time to time. One of the things that triggers the disappearance is when I do something...
13
1968
by: TS | last post by:
Say i have a class car with properties: Color, Make, Model, Year, DriverID And a Driver class with properties: DriverID, Name The driverID PRIVATE property is the id of the driver from say a...
7
7463
by: Bill Nguyen | last post by:
I have this connection string using ODBC DSN Dim FactorJaco As String = "dsn=jaco;catalog=factor;uid=user;pwd=passord" This requires an ODBC DSN (jaco) at every client PC. I need to use DSN-less...
1
3690
by: vbace2 | last post by:
I have searched this forum, and the web, and I have not been able to find a solution to my issue. I may not have used the right search information to find the answer, but I found a lot of issues...
9
2324
by: Peter Duniho | last post by:
Is there a straightfoward API in .NET that allows for inspection of a database? That is, to look at the structure of the database, without knowing anything in advance about it? For example,...
0
7123
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7175
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7319
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
4864
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4559
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3069
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3070
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1378
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
262
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.