Are these ODBC options available in CFServer 4.5? I have 5.0 (dev server) but our web hosting company is still at 4.5.
> The structure will always be the same but the file name is going to > change though. I am backing up the old file before I push the new file > up. > > Thanks, > Jason Larson > > > -----Original Message----- > From: Marlon Moyer [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 21, 2002 9:35 AM > To: CF-Talk > Subject: Re: Looping through a CSV File > > If the csv structure will always be the same, you could set up an ODBC > connection and treat it like a table. > > > ----- Original Message ----- > From: "Mike Townend" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Thursday, March 21, 2002 10:26 AM > Subject: RE: Looping through a CSV File > > > > Treat the file as a list of lists... > > > > List 1 - Delimiter = #Chr(10)##Chr(13)# > > > > And each element of that list is a list with delimeter , > > > > HTH > > > > > > > > -----Original Message----- > > From: Jason Larson [mailto:[EMAIL PROTECTED]] > > Sent: 21 March 2002 16:14 > > To: CF-Talk > > Subject: Looping through a CSV File > > > > > > I have a CSV File that I am pushing up using cffile. I want to loop > > through the csv file and insert the content into a database, and I am > > not sure how to do this. Any help our guidance would help? > > > > Thanks > > Jason > > > > > > > > > > ______________________________________________________________________ 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

