Forum: ColdFusion Jun 11th, 2009 |
| Replies: 1 Views: 1,031 You have <cfoutput>#SQL#</cfoutput>
but in the cfquery you only have SQL, try enclosing the #SQL# |
Forum: ColdFusion May 27th, 2009 |
| Replies: 3 Views: 1,291 You don't explain enough about what the data looks like and the result you are trying to get. But couldn't you break the url.name into pieces based on spaces and then select LIKE for each piece? |
Forum: ColdFusion May 26th, 2009 |
| Replies: 0 Views: 703 I have data for a drop down box that is up to 250 digits. This places the drop down box outside the range of the screen. I need to limit the drop down box to 150 digits on the screen but also need to... |