> me too, except that the query has 3 rows and the text file has 4... I think the first row is assumed to be column names...
-Cameron -------------------- Cameron Childress elliptIQ Inc. p.770.460.1035.232 f.770.460.0963 -- http://www.neighborware.com America's Leading Community Network Software > -----Original Message----- > From: Bryan Love [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 13, 2001 4:06 PM > To: CF-Talk > Subject: RE: wharts wrong with this cfhttp? > > > me too, except that the query has 3 rows and the text file has 4... > > +-----------------------------------------------+ > Bryan Love > Macromedia Certified Professional > Internet Application Developer > Database Analyst > Telecomunication Systems > [EMAIL PROTECTED] > +-----------------------------------------------+ > > "...'If there must be trouble, let it be in my day, that my child may have > peace'..." > - Thomas Paine, The American Crisis > > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 13, 2001 1:04 PM > To: CF-Talk > Subject: Re: wharts wrong with this cfhttp? > > > I just copied and pasted your code onto my dev server and it worked just > fine. What problems were you having? > > Michael Corrigan > Programmer > Endora Digital Solutions > www.endoradigital.com > 630/942-5211 x-134 > ----- Original Message ----- > From: Kris Pilles > To: CF-Talk > Sent: Thursday, December 13, 2001 2:24 PM > Subject: wharts wrong with this cfhttp? > > > <cfhttp > url="http://webmaster.wsboces.org/xcatalog.txt" > method="Get" > delimiter="," > textqualifier="''" > columns="Syear,Catalog_code,Catalog_name,Keywords,Description" > name="buildquery"> > > <cfoutput query="Buildquery"> > #Syear# > #Catalog_code# > #Catalog_name# > #Keywords# > #Description#<br> > </cfoutput> > > file located at webmaster.wsboces.org/test.cfm > > plese help...?? > > Kris Pilles > Website Manager > Western Suffolk BOCES > 507 Deer Park Rd., Building C > Phone: 631-549-4900 x 267 > E-mail: [EMAIL PROTECTED] > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

