Home All Groups Group Topic Archive Search About
Author
10 Oct 2006 9:17 AM
alegreen
Hi!

I am new with ASP. Recently I'm trying to use a db + ASP but got this
error:

Microsoft OLE DB Provider for ODBC Drivers error '80040e10'

[Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected
1.

/list.asp, line 198

The code where line 198 is is:


Any suggestion?

Thanks!



--
alegreen
------------------------------------------------------------------------
Posted via http://www.codecomments.com
------------------------------------------------------------------------

Author
22 Nov 2006 4:13 PM
G
hello
The 80004005 error message indicates that your data cannot be accessed.
This error can be paraphrased as "I could not access your data for some
reason." This section lists the text and cause of the most common error
messages. For other related articles that may help to determine the cause of
the error, see the "References" section. Although this article attempts to
provide as much information as possible, some areas may have been missed.
Error Message

Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC
Microsoft Access Driver] Could not find installable ISAM.
Cause
The account that is being used to access the ASP page does not have
permissions to access the .mdb file.

Good Luck
Show quoteHide quote
"alegreen" <alegreen.2gi***@mail.codecomments.com> wrote in message
news:alegreen.2gioyx@mail.codecomments.com...
>
> Hi!
>
> I am new with ASP. Recently I'm trying to use a db + ASP but got this
> error:
>
> Microsoft OLE DB Provider for ODBC Drivers error '80040e10'
>
> [Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected
> 1.
>
> /list.asp, line 198
>
> The code where line 198 is is:
>
>
> Any suggestion?
>
> Thanks!
>
>
>
> --
> alegreen
> ------------------------------------------------------------------------
> Posted via http://www.codecomments.com
> ------------------------------------------------------------------------
>

Bookmark and Share