Anyone have any idea as to why this would result in a <NULL> when run thru
CF but when executed thru T-SQL works ok???


UPDATE mytable SET
switch =  left(switch, 3) + '1' + right(switch , len(switch) -4)
WHERE po = 236107

DB: SQL7 (switch = numeric field)
CF: 4.01


-Adrian


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to