Ask a Question related to ASP, Design and Development.
-
Alex Vidal #1
Microsoft JET Database Engine error '80004005'
Hi, I have windows 2000 server with IIS and I program ASP.
I use the string: "Provider=Microsoft.Jet.OLEDB.4.0; Data
Source=basedatos.mdb;" to data base Access and it always works ok.
But I installed the Panda BusinesSecure Antivirus and since then I have had
a lot of problems.
First, windows didn't start in normal way, I only could start in Security
Mode, so I tried uninstall Panda Antivirus but in security mode I couldn't
becouse in this mode the Windows Installer doesn't work. So I had to delete
Panda Antivirus deleting the folder and the register entries.
When finally I could start windows 2000 in normal way I realized that none
of my ASP pages works acceding to database Access. All of them show the
following error:
Microsoft JET Database Engine error '80004005'
I tried to re install Access and IIS again, I installed the SP3 for w2000
server, JET 4.0 from Microsoft download pages. I revised permissions access
to files and folders and I saw like before problems. All users, including
Internet Users (IUSR_), have all permissions.
I have other Visual Basic Programs that use the same string
"Provider=Microsoft.Jet.OLEDB.4.0; Data Source=basedatos.mdb;" and it works,
only in ASP / IIS is failing
I have no idea how solve this problem. Can anyone Help Me before I re
install all windows system, Please!!
Thanks, and sorry for my english.
Alex Vidal
Alex Vidal Guest
-
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
Hello, I have Web application running on 2003. It uses MSSql-2000 database. Database server is located on different machine. From ASP, it... -
Microsoft JET Database Engine error '80040e69'
Yesterday I wrote about an error I am getting on a ASP page using DSN people responded with some suggestions which I have tried and now I get the... -
Microsoft OLE DB Provider for SQL Server error '80004005'
Hi, I have 2 virtual directory under my IIS (ver 4), Both of them using same ASP script, But one of the other script come out with this error... -
Error: Microsoft JET Database Engine (0x80040E07)
I don't understand when I do (2), it will throw the error when I run the ASP. (1) is working fine. Should I use a single quote between the string in... -
Microsoft OLE DB Provider for ODBC Drivers error '80004005' Error
Hi folks - i've got a windows 2000 server (SP3) i've run the IIS lockdown tool on it and set for dynamic websites - all the static pages within the... -
Ray at #2
Re: Microsoft JET Database Engine error '80004005'
[url]http://www.aspfaq.com/5003[/url]
Ray at work
"Alex Vidal" <alexvidal@teleline.es> wrote in message
news:c12bgo$dgl$1@nsnmrro2-gest.nuria.telefonica-data.net...had> Hi, I have windows 2000 server with IIS and I program ASP.
>
> I use the string: "Provider=Microsoft.Jet.OLEDB.4.0; Data
> Source=basedatos.mdb;" to data base Access and it always works ok.
>
> But I installed the Panda BusinesSecure Antivirus and since then I havedelete> a lot of problems.
>
> First, windows didn't start in normal way, I only could start in Security
> Mode, so I tried uninstall Panda Antivirus but in security mode I couldn't
> becouse in this mode the Windows Installer doesn't work. So I had toaccess> Panda Antivirus deleting the folder and the register entries.
>
> When finally I could start windows 2000 in normal way I realized that none
> of my ASP pages works acceding to database Access. All of them show the
> following error:
>
> Microsoft JET Database Engine error '80004005'
>
> I tried to re install Access and IIS again, I installed the SP3 for w2000
> server, JET 4.0 from Microsoft download pages. I revised permissionsworks,> to files and folders and I saw like before problems. All users, including
> Internet Users (IUSR_), have all permissions.
>
> I have other Visual Basic Programs that use the same string
> "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=basedatos.mdb;" and it> only in ASP / IIS is failing
>
> I have no idea how solve this problem. Can anyone Help Me before I re
> install all windows system, Please!!
>
>
> Thanks, and sorry for my english.
>
> Alex Vidal
>
>
>
Ray at Guest
-
Jeff Cochran #3
Re: Microsoft JET Database Engine error '80004005'
On Thu, 19 Feb 2004 14:00:25 +0100, "Alex Vidal"
<alexvidal@teleline.es> wrote:
Well, it would stand to reason that removing it would fix them.>Hi, I have windows 2000 server with IIS and I program ASP.
>
>I use the string: "Provider=Microsoft.Jet.OLEDB.4.0; Data
>Source=basedatos.mdb;" to data base Access and it always works ok.
>
>But I installed the Panda BusinesSecure Antivirus and since then I have had
>a lot of problems.
Common issue. So common, it's a FAQ:>First, windows didn't start in normal way, I only could start in Security
>Mode, so I tried uninstall Panda Antivirus but in security mode I couldn't
>becouse in this mode the Windows Installer doesn't work. So I had to delete
>Panda Antivirus deleting the folder and the register entries.
>
>When finally I could start windows 2000 in normal way I realized that none
>of my ASP pages works acceding to database Access. All of them show the
>following error:
>
> Microsoft JET Database Engine error '80004005'
Why do I get database-related 80004005 errors?
[url]http://www.aspfaq.com/show.asp?id=2009[/url]
Don't reinstall, fix the problem. Likely your AV fiasco changed a>I tried to re install Access and IIS again, I installed the SP3 for w2000
>server, JET 4.0 from Microsoft download pages. I revised permissions access
>to files and folders and I saw like before problems. All users, including
>Internet Users (IUSR_), have all permissions.
>
>I have other Visual Basic Programs that use the same string
>"Provider=Microsoft.Jet.OLEDB.4.0; Data Source=basedatos.mdb;" and it works,
>only in ASP / IIS is failing
>
>I have no idea how solve this problem. Can anyone Help Me before I re
>install all windows system, Please!!
permission that just needs to be changed back.
Jeff
Jeff Cochran Guest



Reply With Quote

