Community Member Profile
- Profile: /members/4169-Derek-Versteegen.htm
- URL: http://www.iribbit.net/
- Comments: 3
- Points: 30
Recent Blog Comments By Derek Versteegen
-
ColdFusion SQL Error - [Table ....] Is Not Indexable By Name
Posted on May 2, 2012 at 10:34 AM
I encountered the same error, "..coldfusion is not indexable by LEFT(column name)..." in a regular query. Maybe this goes without saying to some but my original code: SELECT art_key,left(art_title,50) FROM cts_article just needed a small tweak: SELECT art_key,lef... read more »
-
Posting XML With ColdFusion, CFHttp, And CFHttpParam
Posted on Aug 26, 2009 at 1:44 PM
I feel your frustration. I've just become accustomed to working with most web services this way. And, to be honest, I feel more comfortable with it when I compare what I go through to my coworkers trying the same in .NET. They rely SO heavily on the software to do all the work - I guess I look... read more »
-
Posting XML With ColdFusion, CFHttp, And CFHttpParam
Posted on Aug 25, 2009 at 3:28 PM
I'm not sure how this will help until someone can more specifically answer the most recent questions, but whenever I work with web services - almost everyday it seems recently - I've found the best tool to use is SoapUI (free) - soapui.org. Build and test your requests/responses in the most raw... read more »



