Ask a Question related to ASP Database, Design and Development.
-
sean #1
Unspecified error provider -2147467259
Hi There,
can someone tell me if this error relates to the MDAC version installed on a
particular machine?
'--- Error message
Unspecified error provider
-2147467259
'connection string
cst = "Driver={Microsoft Access Driver (*.mdb)};DBQ=" &
server.mappath("cart.mdb")
sean Guest
-
what the hell is this unspecified error???????
(Type your message here) -------------------------------- From: shashank bhide perform paging a number of times from the grid and after... -
Unspecified Error
When openning the database, sometimes (yes, not always) it gives the error: "Unspecified error". How could I trace what the problem was? -
Provider error '80004005' Unspecified error - ARRRGGGHHH!!!!!
I have searched usenet & dev sites to no avail although many have had similar problems, reckon its an issue with DSN but not sure.. error occurs... -
Receiving Unspecified Error...
Unspecified error C:\INETPUB\WWWROOT\WELCOME\../common/adovbs.inc, line 4 And line 4 is this Connect.Open "database" Its happening across the... -
Unspecified error using FSO
have you tried server.CreateObject("Scripting.FileSystemObject") ? tim "Andrew Paton" <andrew.paton@nospamplease.nufsaid.net> wrote in... -
Ken Schaefer #2
Re: Unspecified error provider -2147467259
Check permissions on c:\winnt\temp (make sure the user context that the
webserver is running under has permissions to change/read/delete files in
that folder).
Otherwise, try the Jet OLEDB Provider instead of the ODBC driver.
80004005 Unspecified Error
is one of those nasty errors I've never seen a definitive answer to
(probably because it's a catch-all error for everything that doesn't have a
specific error message)
Cheers
Ken
"sean" <seanNOSPAM@shopsmart.com.au> wrote in message
news:eXjxuh7vDHA.2508@TK2MSFTNGP12.phx.gbl...
: Hi There,
:
: can someone tell me if this error relates to the MDAC version installed on
a
: particular machine?
:
:
: '--- Error message
:
: Unspecified error provider
:
: -2147467259
:
:
: 'connection string
:
:
: cst = "Driver={Microsoft Access Driver (*.mdb)};DBQ=" &
: server.mappath("cart.mdb")
:
:
Ken Schaefer Guest



Reply With Quote

