If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Microsoft JET Database Engine error '80004005'

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-12-07, 14:09
ramyamurugaswamy ramyamurugaswamy is offline
Registered User
 
Join Date: Dec 2007
Posts: 2
Question Microsoft JET Database Engine error '80004005'

Hai all,
im a new comer to this community.
I searched in lots of message bulletins and forums to find a solution for my problem.tried all those,but could not arrive at a solution.got frustrated.
All usually working before well, but accidentally crashed by undetermined
reason:

Databases connections MS Access 2000
databases stop working under all web sites on web server.

Affect only IIS applications.

if trying to open MS Access 2000 databases:

Microsoft JET Database Engine error '80004005'
Unspecified error

In connection string, while try to work with MS Access db:
Set XXX = Server.CreateObject ("ADODB.Connection")
XXX.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=XXXXX"
XXX.CursorLocation = 3 // could be vary
XXX.CommandTimeout = 60
XXX.Open <-- ERROR HERE
help me please
Thanks
Ramya
Reply With Quote
  #2 (permalink)  
Old 12-13-07, 02:46
Marvels Marvels is offline
Registered User
 
Join Date: Jul 2003
Location: Amsterdam, Nederland
Posts: 449
Re

Reply With Quote
  #3 (permalink)  
Old 12-20-07, 13:24
ramyamurugaswamy ramyamurugaswamy is offline
Registered User
 
Join Date: Dec 2007
Posts: 2
Thumbs up Got me problem solved

Hai marvels,
Thanks for ur support. FInally i got my problem resolved.
i enabled the basic authentication and disabled all other authentications in IIS settings.And now evrythng working fine.
Thanks again.
Cheers
Ramya

Last edited by ramyamurugaswamy; 12-20-07 at 18:09.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On