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
> 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.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Can you open the mdb file in Access?
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
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.
--
Mike Brind
Please tell me how can i solve this problem.
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/
> 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>
--
Microsoft MVP - ASP/ASP.NET - 2004-2007
It's a new version of Jet that's completely divorced from the old one ...