HTH,
--
Jeff Garza
----- Original Message -----
From: daniel kessler
To: CF-Talk
Sent: Friday, July 30, 2004 10:44 AM
Subject: GT 0 failing CFIF decision
I run a query to see if some items are inserted into an Oracle DB. If the record count is greater than 0, I consider it added. In the code below, I'm displaying the recordcount and it's being listed as 8, but I'm failing the GT 0 IF statement.
Can someone please tell me why this is failing?
add_check.recordcount:#add_check.recordcount#
<cfif add_check.recordcount GT 0>
Your company information has been added. Click to <A HREF="" target="_self">add another</A>.
<cfelse>
Your company information has been was not added. Click to <A HREF="" target="_self">try again</A>.
</cfif>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

