Change this:

<cfquery>
        Your SQL
        WHERE something = <cfqueryparam...>
</cfquery>

To this:

<pre>
<cfoutput>
<cfquery>
        Your SQL
        WHERE something = &lt;cfqueryparam...>
</cfquery>
</cfoutput>
</pre>

And take a look at what's actually being passed into the DB.

Ade

-----Original Message-----
From: ColdFusion Developer [mailto:[EMAIL PROTECTED]
Sent: 02 April 2005 00:50
To: CF-Talk
Subject: Re: SQL Error


But there is no decimals in this.

Adrian Lynch wrote:

>I'm not too hot with Access but if that were SQL Server my first thought
>would be to look at decimal datatypes.
>
>Ade
>
>-----Original Message-----
>From: Adkins, Randy [mailto:[EMAIL PROTECTED]
>Sent: 01 April 2005 23:27
>To: CF-Talk
>Subject: SQL Error
>
>
-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.9.0 - Release Date: 31/03/2005


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201241
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to