I have an excel spreadsheet with 2 columns: id and price. I want to use the
spreadsheet to update the prices in a database on a regular basis. I assume
that I can do it by looping through the thing somehow and then updating the
price as appropriate. I know that the sql is pretty simple - just something
like:

update tblname
set price='12.95'
where id=100

But I can't figure out how to loop through the Excel spreadsheet the way you
loop through a list. How is it done?

Thanks for any help.

Regards,
Paul Sinclair

______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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