PDA

View Full Version : Funny error returned.


Mister B.
08-23-03, 02:14 PM
Server Error
The following error occurred:
[code=SERVER_RESPONSE_RESET] The server response could not be read because of an error. Contact your system administrator.


--------------------------------------------------------------------------------
Please contact the administrator.

Has anyone seen this error before, I sure as hell haven't. I run through brinkster, but I wanted a second oppinion before harrasing them.

Mister B.
08-23-03, 02:21 PM
okay, well new revelation, I refreshed a couple of times, here is the new error...

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.

/cubularrpg/Signupr.asp, line 13


as for line 13...

conn.Open connstr

which of course leads me to connstr,

connstr = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("/cubularrpg/db/users.mdb") & ";PWD=password;"

funny eh!

Mister B.
08-23-03, 02:35 PM
Originally posted by Mister B.
okay, well new revelation, I refreshed a couple of times, here is the new error...

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.

/cubularrpg/Signupr.asp, line 13


as for line 13...

conn.Open connstr

which of course leads me to connstr,

connstr = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("/cubularrpg/db/users.mdb") & ";PWD=password;"

funny eh!
also should be noted, that the path is correct. that is exactly where and what the db is called. It worked fine before I added the password protection.

Mister B.
08-24-03, 07:39 PM
strangly enough I fixed this myself :)