Joshua Tipton wrote: > The column is char 10 when I change it to int it truncates my numbers > so I do not want that.
Use bigint/longint/int8 (or whatever your RDBMS calls 64 bit integers), but if they are numbers you really should store them in an integer datatype. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting.

