error on my .asp code HELP PLEASE!

C

Coby Herd

I keep getting the error message -

Error Type:
Microsoft JET Database Engine (0x80004005)
Unrecognized database format 'c:\inetpub\wwwroot\blog\db\blog.mdb'.
/blog/admin/Default.asp, line 14


and I have no idea what to do about it. Can anybody help me or send me in
the right direction?

I on a Win2K machine trying to access a database on localhost



--
Coby L. Herd
CaterData
172 Windsor Place
Brooklyn, NY 11215
Tel - (718) 832-1304
Fax - (718) 499-0421
www.caterdata.com
 
E

Evertjan.

Coby Herd wrote on 27 dec 2006 in
microsoft.public.inetserver.asp.general:
I keep getting the error message -

Error Type:
Microsoft JET Database Engine (0x80004005)
Unrecognized database format 'c:\inetpub\wwwroot\blog\db\blog.mdb'.
/blog/admin/Default.asp, line 14


and I have no idea what to do about it. Can anybody help me or send
me in the right direction?

I on a Win2K machine trying to access a database on localhost

Show your code that opens the database ans show which line is nr 14.
 
B

Bob Barrows [MVP]

Coby said:
I keep getting the error message -

Error Type:
Microsoft JET Database Engine (0x80004005)
Unrecognized database format 'c:\inetpub\wwwroot\blog\db\blog.mdb'.
/blog/admin/Default.asp, line 14


and I have no idea what to do about it. Can anybody help me or send
me in the right direction?

I on a Win2K machine trying to access a database on localhost

Can you open the mdb file in Access?
 
M

Mike Brind

Coby Herd said:
I keep getting the error message -

Error Type:
Microsoft JET Database Engine (0x80004005)
Unrecognized database format 'c:\inetpub\wwwroot\blog\db\blog.mdb'.
/blog/admin/Default.asp, line 14

It's highly likely that you have a corrupted database file. If you can open
the db in Access, use the Compact and Repair option under Tools. If you
can't, see if anyone in the microsoft.public.access group can help.
 
B

Bob Barrows

Shamsa said:
I used Microsoft access 2003 in ASP Connection Code. Now i m using
Microsoft Access 2007 but my code is not supporting the 2007 Access
version (.accdb) its gives error like: Error Type:
Microsoft JET Database Engine (0x80004005)
Unrecognized database format 'c:\inetpub\wwwroot\hps\hpsschool.accdb'.
/hps/login.asp, line 3

Please tell me how can i solve this problem.
You didn't show us the code that produced this error, but if I had to guess,
I would say you are using the wrong provider in your connection string. Go
to www.connectionstrings.com to see the correct connection string for
connecting to an Access 2007 file.
 
E

Evertjan.

Shamsa Kanwal wrote on 21 nov 2009 in
microsoft.public.inetserver.asp.general:
I used Microsoft access 2003 in ASP Connection Code. Now i m using
Microsoft Access 2007 but my code is not supporting the 2007 Access
version (.accdb) its gives error like: Error Type:
Microsoft JET Database Engine (0x80004005)
Unrecognized database format 'c:\inetpub\wwwroot\hps\hpsschool.accdb'.

Seems your Jet engine is not up to it.

Trust M$, that possibly there is no newer engine, Bob will know.

<http://msdn.microsoft.com/en-us/library/ms810810.aspx>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,534
Members
45,007
Latest member
OrderFitnessKetoCapsules

Latest Threads

Top