Also make sure you don't have any columns named with any word that Access might think was special. I named a column "Type" once and got this error. When I changed the name of the column to "XX_Type" the problem went away.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Stefan Gonick Sent: Tuesday, July 16, 2002 9:47 AM To: Multiple recipients of list witango-talk Subject: RE: RE: Re: Witango-Talk: Same Error Again Yes, that's the same error. Whenever the Access driver complains about there being the wrong number of parameters, it's because there is a mismatch between the fields in the action and the database. I get this when I'm using a field in the action that I later deleted from the table or renamed. Ignore the count of how many it expected. That's a red herring. Stefan At 08:12 AM 7/16/2002 -0500, you wrote: >Stefan >I went thru and checked and yes, that's what it was. After those >corrections I went back thru to run my taf and I ended up with this >error. > >[Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected >25. >07001 > > >Is this the same error? > >Steve > >-----Original Message----- >From: Stefan Gonick [mailto:[EMAIL PROTECTED]] >Sent: Monday, July 15, 2002 5:30 PM >To: Multiple recipients of list witango-talk >Subject: RE: Re: Witango-Talk: Same Error Again > >Hi Steve, > >That error is due to a mismatch of fields in the action >and the database. > >Stefan > >At 05:16 PM 7/15/2002 -0500, you wrote: > >I know I have posted about this error before. I know that I have seen > >others post about it before. Once agani, I am stuck here tryign to >debug > >this thing. > > > >This is my error. Of course it's happening on the "insert" function. > > > >-3010 [Microsoft][ODBC Microsoft Access Driver] > > Too few parameters. Expected 3. 07001 > > > >Any ideas would be appreciated. > >Thanks > >Steve > >_______________________________________________________________________ >_ > >TO UNSUBSCRIBE: send a plain text/US ASCII email to >[EMAIL PROTECTED] > > with unsubscribe witango-talk in the message body > >======================================================== >Database WebWorks: Dynamic web sites through database integration >http://www.DatabaseWebWorks.com > >________________________________________________________________________ >TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] > with unsubscribe witango-talk in the message body >________________________________________________________________________ >TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] > with unsubscribe witango-talk in the message body ======================================================== Database WebWorks: Dynamic web sites through database integration http://www.DatabaseWebWorks.com ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
