> BlankHello -- anyone know what this error refers to?
>
> ODBC Error Code = 07001 (Wrong number of parameters)
> [Microsoft][ODBC Microsoft Access Driver]COUNT field incorrect
>
> It started appearing in an app we are working on, we searched the code for
> anything referring to "count" and there is nothing, and certainly not a
> field in the database named COUNT.  We naturally assumed it had
> something to
> do with that particular app, then it started appearing in another
> one.  Any
> ideas?  (using CF 4.5 with MS Access)

Without seeing the SQL, some possible ideas;
Count is one of the aggrigate functions, so maybe you're trying to run a
Count but not specifying properly

Field name mis-spelt?

Count() of a field that doesn't exist...

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to