Microsoft JET Database Engine (0x80004005) - Unspecified error
Microsoft JET Database Engine (0x80004005) - Unspecified error
am 02.11.2004 18:47:11 von D
Hi all,
I got Win2000 and I just developed an intranet solution installed on
my web server (IIS). The application worked nicely and there were not
any problems. Few days ago I re - installed my OS and I installed the
IIS and my intranet solution but there is an error and the application
doens't operate correctly with the Access database.
When it tries to retrieve data from the database the following error
appears:
Microsoft JET Database Engine (0x80004005)
Unspecified error
The line of the code which is indicated by the error is the following:
objConn.Open("Provider = Microsoft.Jet.OLEDB.4.0; Data Source =
"&loc&"; Jet OLEDBatabase Password="&passwd)
I updated Microsoft JET and MDAC. I really don't know how to resolve
this problem.
Any help will be appreciated,
ddz
Re: Microsoft JET Database Engine (0x80004005) - Unspecified error
am 02.11.2004 19:00:55 von unknown
What does this give you?
RESPONSE.WRITE "Provider = Microsoft.Jet.OLEDB.4.0; Data Source = "&loc&";
Jet OLEDBatabase Password="&passwd
RESPONSE.END
Does the string look valid?
Ray at home
"d" wrote in message
news:arhfo0tde596f0kbcngb1k1tp4o6q8l953@4ax.com...
> Hi all,
> I got Win2000 and I just developed an intranet solution installed on
> my web server (IIS). The application worked nicely and there were not
> any problems. Few days ago I re - installed my OS and I installed the
> IIS and my intranet solution but there is an error and the application
> doens't operate correctly with the Access database.
> When it tries to retrieve data from the database the following error
> appears:
>
> Microsoft JET Database Engine (0x80004005)
> Unspecified error
>
> The line of the code which is indicated by the error is the following:
>
> objConn.Open("Provider = Microsoft.Jet.OLEDB.4.0; Data Source =
> "&loc&"; Jet OLEDBatabase Password="&passwd)
>
> I updated Microsoft JET and MDAC. I really don't know how to resolve
> this problem.
> Any help will be appreciated,
>
> ddz
>
Re: Microsoft JET Database Engine (0x80004005) - Unspecified error
am 02.11.2004 19:32:05 von D
On Tue, 2 Nov 2004 13:00:55 -0500, "Ray Costanzo [MVP]"
at lane 34 dot commercial> wrote:
It prints out the string without problems.
The fact is that the connection to the mdb database was correct before
the installation and I didn't get any errors.
Thanks anyway,
d
>What does this give you?
>
>RESPONSE.WRITE "Provider = Microsoft.Jet.OLEDB.4.0; Data Source = "&loc&";
>Jet OLEDBatabase Password="&passwd
>
>RESPONSE.END
>
>Does the string look valid?
>
>Ray at home
>
>"d" wrote in message
>news:arhfo0tde596f0kbcngb1k1tp4o6q8l953@4ax.com...
>> Hi all,
>> I got Win2000 and I just developed an intranet solution installed on
>> my web server (IIS). The application worked nicely and there were not
>> any problems. Few days ago I re - installed my OS and I installed the
>> IIS and my intranet solution but there is an error and the application
>> doens't operate correctly with the Access database.
>> When it tries to retrieve data from the database the following error
>> appears:
>>
>> Microsoft JET Database Engine (0x80004005)
>> Unspecified error
>>
>> The line of the code which is indicated by the error is the following:
>>
>> objConn.Open("Provider = Microsoft.Jet.OLEDB.4.0; Data Source =
>> "&loc&"; Jet OLEDBatabase Password="&passwd)
>>
>> I updated Microsoft JET and MDAC. I really don't know how to resolve
>> this problem.
>> Any help will be appreciated,
>>
>> ddz
>>
>
Re: Microsoft JET Database Engine (0x80004005) - Unspecified error
am 02.11.2004 19:37:04 von D
On Tue, 02 Nov 2004 18:32:05 GMT, d wrote:
ERRATA CORRIGE:
the line with the error is:
objConn.Open("Provider = Microsoft.Jet.OLEDB.4.0; Data Source =
"&loc&"; Jet OLEDB:Database Password="&passwd)
and not:
objConn.Open("Provider = Microsoft.Jet.OLEDB.4.0; Data Source =
"&loc&"; Jet OLEDBatabase Password="&passwd)
>>
>>"d" wrote in message
>>news:arhfo0tde596f0kbcngb1k1tp4o6q8l953@4ax.com...
>>> Hi all,
>>> I got Win2000 and I just developed an intranet solution installed on
>>> my web server (IIS). The application worked nicely and there were not
>>> any problems. Few days ago I re - installed my OS and I installed the
>>> IIS and my intranet solution but there is an error and the application
>>> doens't operate correctly with the Access database.
>>> When it tries to retrieve data from the database the following error
>>> appears:
>>>
>>> Microsoft JET Database Engine (0x80004005)
>>> Unspecified error
>>>
>>> The line of the code which is indicated by the error is the following:
>>>
>>> objConn.Open("Provider = Microsoft.Jet.OLEDB.4.0; Data Source =
>>> "&loc&"; Jet OLEDBatabase Password="&passwd)
>>>
>>> I updated Microsoft JET and MDAC. I really don't know how to resolve
>>> this problem.
>>> Any help will be appreciated,
>>>
>>> ddz
>>>
>>
Re: Microsoft JET Database Engine (0x80004005) - Unspecified error
am 02.11.2004 23:19:22 von D
On Tue, 02 Nov 2004 18:37:04 GMT, d wrote:
>On Tue, 02 Nov 2004 18:32:05 GMT, d wrote:
>
>ERRATA CORRIGE:
>
>the line with the error is:
>
>objConn.Open("Provider = Microsoft.Jet.OLEDB.4.0; Data Source =
>"&loc&"; Jet OLEDB:Database Password="&passwd)
>
>and not:
>
>objConn.Open("Provider = Microsoft.Jet.OLEDB.4.0; Data Source =
>"&loc&"; Jet OLEDBatabase Password="&passwd)
>
>
>>>
The problem is finally solved. Here the solution:
http://support.microsoft.com/kb/251254/en-us
provided by a spanish guy (sashka) from microsoft.public.es.asp
Re: Microsoft JET Database Engine (0x80004005) - Unspecified error
am 18.01.2005 08:29:47 von Bullschmidt
Why do I get database-related 80004005 errors?
http://www.aspfaq.com/show.asp?id=2009
Best regards,
J. Paul Schmidt, Freelance ASP Web Developer
http://www.Bullschmidt.com
ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!