|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Problem with ASPI 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 ------------------------------------------------------------------------ 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 > ------------------------------------------------------------------------ >
Other interesting topics
DATABASE ACCESS
filter results to display those older than 'today'? asp.net problem validating input boxes asp does not find table Generate Email from Form Submission Auto Incrementing number display on form submit Global Objects inside User Controls? IP Location finder Sending files from Servlet/JSP page to ASP Page |
|||||||||||||||||||||||