Hi

I am getting the following msg when I try to use CFHTTP. Any Idea's? By
looking at it all seem right with the code. Any help is greatly appreciated.

Error Msg
Error Occurred While Processing Request
Error Diagnostic Information
CFHTTP

Invalid column header.

The error occurred while processing an element with a general identifier of
(CFHTTP), occupying document position (3:1) to (5:49).


Date/Time: 09/20/01 13:11:44
Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; Win 9x 4.90; AT&T
WNS5.2)
Remote Address: 127.0.0.1



Code

<CFHTTP METHOD="GET"
 URL="http://localhost/WEBSHARE/Database/PPHIST.TXT";
 NAME="MyQuery" Columnlist="CustNbr, Nbr, SONbr, Desc, qty, Remarks, CustPO,
Date" Delimiter="," Textqualifier="""">

</cfhttp>
<CFOUTPUT QUERY="MyQuery">
    Cust Nbr: #CustNbr#<BR>
    Nbr: #Nbr#<BR>
    SONbr: #SONbr#<BR>
 Desc: #Desc#<br>
 Qty #qty#<br>
 Remarks: #Remarks#<br>
 CustPO #CustPO#<br>
 Date #Date#<br>
</CFOUTPUT>

Piece of the Text file

"CustNbr","Nbr","SONbr","Desc","qty","Remarks","CustPO","Date"
"SS-0005","5","","ABM LOGO","-2","13210","236844","08-16-2001"
"SS-0005","4","","ABM LOGO","25","13210","236844","08-16-2001"


Enjoy

Bob Lehman
New Horizon Mgmt and Consulting
440-542-0992
[EMAIL PROTECTED]
www.nhmac.com
www.nhmac-user.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to