ok i have a .xls
with a field called zip, it will have values like this
43202
43206
43207
43208
43212

in my sql table, i have from_zip ans to_zip.
so i would like to see if the zip in the xls file is concurent, if so
put the lowest value in from & highest value in to. IF NOT just put
from & too to be the same value.
from_zip/to_zip
43202/43202
43206/43208
43212/43212

or
2
3
5
6
7
8
12
22

2-3
5-8
12-12
22-22

then the fun is just beginning, because i will need to see if that
range is already taken in the db, and figure out what to do with the
records that over lap.....

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:297490
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to