Is Processed a numeric only field?
Or is it text?

Same thing to check with Session ID...
I think.. ;-P

-Gel


-----Original Message-----
From: Jay Patton [mailto:[EMAIL PROTECTED]]

can anyone help me with this? i get this error on my checkout page...
ODBC Error Code = 22005 (Error in assignment)


[Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria
expression.
The error occurred while processing an element with a general identifier of
(CFQUERY), occupying document position (2:1) to (2:61).

this is my query:

<!---
<cfquery name="GetTotal" datasource="????????" dbtype="ODBC">
SELECT Sum(Total) AS OrderTotal
FROM StoreOrders
WHERE SessionID = #CFTOKEN#
AND Processed = 0
</cfquery>
-->


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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