Results 1 to 4 of 4

Thread: Error '80040e10' Too few parameters

  1. #1
    Join Date
    Jun 2009
    Posts
    105

    Error '80040e10' Too few parameters

    I have created a database created in Microsoft Access 2007. I am getting the below error message.

    Microsoft OLE DB Provider for ODBC Drivers error '80040e10'
    [Microsoft][ODBC Microsoft Access 2007 Driver] Too few parameters. Expected 1.
    Customer/ASP Page8.asp, line 397
    What does this mean? I have checked line 397 and it seems to me perfectly OK. Then where is the problem? Can you tell me why I am getting error '80040e10'?

  2. #2
    Join Date
    Nov 2008
    Posts
    1,054

    Re: Error '80040e10' Too few parameters

    This error occurs when you specify one of the column names in a SELECT statement that does not exist in the table being queried. The only expected solution to this is remove any invalid column names from the SELECT statement.

  3. #3
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Error '80040e10' Too few parameters

    This kind if errors occurs if you have a field name which is misspelled; or you forgot to mention some parameter values; or you tried to insert the wrong datatype. To troubleshoot this, make sure you have some data for all parameters with proper datatype and reconfirm if they are correctly mentioned.

  4. #4
    Join Date
    May 2008
    Posts
    2,389

    Re: Error '80040e10' Too few parameters

    Try one of the following solutions:

    1) Reconfirm if you have the correct ADODB driver and not the Jet driver. The first is made for Access while other is for SQL.

    2) Reconfirm you close all your ADODB objects when you don't require them.

    3) Reconfirm if the field's case in your query matches as that of in your database.

    4) You can even repair your database to solve any other problems.

Similar Threads

  1. Replies: 3
    Last Post: 25-03-2012, 10:16 AM
  2. URL dynamic parameters
    By Bricklayer in forum Software Development
    Replies: 6
    Last Post: 02-08-2010, 10:30 AM
  3. VBA Recordset / Parameters
    By Gunner 1 in forum Software Development
    Replies: 5
    Last Post: 17-02-2010, 12:38 AM
  4. Database Error: Too few parameters. Expected 5
    By KALIDA in forum Software Development
    Replies: 2
    Last Post: 31-08-2009, 11:50 PM
  5. Replies: 1
    Last Post: 24-12-2008, 03:31 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,263,561.91176 seconds with 17 queries