RE: 80004005 Unspecified Error
- From: "gwmtl" <gwmtl@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 28 Jun 2005 12:22:04 -0700
A very similar thing happened to us after an upgrade of WSUS, which
apparently changed something in IIS or MDAC. ASP web pages running off an
Access -based content generator which were working fine before, began to give
the "Unspecified Error" you describe. We narrowed down the location of the
error to the .open but were bewildered as to why. We changed all the
permissions suggested by the various support threads, but to no avail.
Finally, we upgraded MDAC to version 2.8 and now our asp scripts are again
running just fine, thank you.
"dmiller23462" wrote:
> Posting a subfunction I'm using right now.....I keep getting the
> following error;
> _______________________________________________
> Microsoft JET Database Engine error '80004005' |
> |
> Unspecified error |
> |
> line 277 |
> _______________________________________________|
>
> I've searched thru previous entries but can't find anything that seems
> pertinent to my problem....Any ideas looking at my code? I've used this
> EXACT syntax before with no issues....
>
> The DB is MS Access 2000 and there is no security on the db so I don't
> think it should be an authentication issue....I dunno though, still
> scratching my head....
>
> BTW, Line 277 is my line where I'm opening the connection...I've
> annotated it in the code...
>
> '*****************************************************************************
> Sub Database()
> 'create db connection
> Set authremove = Server.CreateObject("ADODB.Connection")
>
> 'open db in a DSN-less method
> LINE 277 --> authremove.Open "PROVIDER=MICROSOFT.JET.OLEDB.4.0;DATA
> SOURCE="& Server.MapPath("/Secured_Archives/eucs.mdb")
>
.
- Prev by Date: Re: Add to Shopping Cart with Checkboxes, Qty
- Next by Date: Preventing duplicates
- Previous by thread: Add to Shopping Cart with Checkboxes, Qty
- Next by thread: Preventing duplicates
- Index(es):
Relevant Pages
|