[EMAIL PROTECTED] wrote:
> My syntax is correct yet I'm getting this error.  Maybe I just a second pair 
> of eyes to look at this.
> Thanks.
> 
> Code
> <CFIF ISDEFINED ("FORM.client_family_id")>
> <CFHTTP 
> url="http://productlocator.site.com/productlocator/resources/9/KEGP/keg.pli"; 
> method="post"  name="keg">
<snip>
> 
> Error Occurred While Processing Request 
> The column name "" is invalid. 
> Column names must be valid variable names. They must start with a letter and 
> can only include letters, numbers, and underscores. 
>  

You are getting the error because of the name="keg"...cfhttp is trying 
to put the results into a query named keg, and I believe that by default 
it tries to use the first line as column names...if they are not valid, 
it throws this error.  Just take that attribute out of your cfhttp.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:261424
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to