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]
  

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
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

Reply via email to