What happens if you remove the cfqueryparam and run it again?

-----Original Message-----
From: Rick Root [mailto:[EMAIL PROTECTED]
Sent: 14 April 2006 16:51
To: CF-Talk
Subject: 19 >= 19 - query error


what the heck is this?

19 >= 19


The error occurred in 
E:\Inetpub\wwwroot\tools\email_responses\respond.cfm: line 20

18 :    A.*, B.name as PRMLNAME
19 :   FROM dbo.results A left join dbo.results2 b on a.fromAddress=b.email
20 :   where id=<cfqueryparam cfsqltype="cf_sql_integer" value="#id#">
21 : </CFQUERY>
22 : <cfoutput query="data">


It's worth noting that there are 18 columns in the table.  I dropped 
another column and ran the query again and I got "18 >= 18" (now there 
are only 17 columns)

here's the full query:

   SELECT
        A.*, B.name as PRMLNAME
   FROM dbo.results A left join dbo.results2 b on a.fromAddress=b.email
   where id=<cfqueryparam cfsqltype="cf_sql_integer" value="#id#">

Rick


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237753
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=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to