Microsoft OLE DB Provider for ODBC Drivers- Error '80004005'

 
Post new topic   Reply to topic    Aprelium Forum Index -> Classic ASP
View previous topic :: View next topic  
Author Message
Zurf
-


Joined: 06 Aug 2004
Posts: 1
Location: Uddevalla

PostPosted: Fri Aug 06, 2004 3:07 pm    Post subject: Microsoft OLE DB Provider for ODBC Drivers- Error '80004005' Reply with quote

I have a problem whid this!


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.

/smiley/databaskoppling.asp, line 2

*In databaskoppling.asp,line 2 it says:*

Connect.Open "driver={Microsoft Access Driver (*.mdb)};dbq=" & server.mappath ("sidan\db\db.mdb")&";pwd=secret"

Pliz help me!...
Back to top View user's profile Send private message Visit poster's website MSN Messenger ICQ Number
HIWD
-


Joined: 13 Apr 2004
Posts: 142
Location: Dublin, Ireland

PostPosted: Fri Aug 06, 2004 4:11 pm    Post subject: Reply with quote

I think its this part of your script that is giving you a problem:

Code:
Connect.Open "driver={Microsoft Access Driver (*.mdb)};dbq=" & server.mappath ("sidan\db\db.mdb")&";pwd=secret"


You might wanna change it to this:
Code:
Connect.Open "driver={Microsoft Access Driver (*.mdb)}; DBQ=sidan\db\db.mdb; pwd=secret"
Back to top View user's profile Send private message Visit poster's website
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Mon Aug 09, 2004 1:31 am    Post subject: Re: Microsoft OLE DB Provider for ODBC Drivers- Error '80004 Reply with quote

Zurf,

http://www.aprelium.com/forum/viewtopic.php?t=4998 .
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Classic ASP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group