Question
cfselect with bind truncates leading zero
Banging my head against this one. I have two cfselect menus using bind. The first one populates the second. It's working fine except for this one wrinkle: the second select menu gets populated with zip codes. If they have leading zeroes (e.g. 02842) the zero gets clipped. The datatype in MySQL is char(5).
If I just throw a regular query on the data and dump it it comes back with the zeroes fine.
Bug? Workaround?
CF8 BTW.
Thanks.
