Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cold Fusion Page not returning INT datatypes

Status
Not open for further replies.

happyb

Programmer
Oct 25, 2000
29
AU
Hi,

I am having trouble with CFServer 4.5

Everytimme that I run a query that has an int as the datatype in one of the table fields, it returns the int as a different datatype, for instance, if I where to select 1 from my product id table, cold fusion would display it as 1.0

Or even worse, if my product id where 1234 CF would display it as 1,234.00 and NOT process it.

Can someone please help me, I am very dissapointed with the allaire support and I need to get this resolved before I go crazy!

Thanks in advance,

notso happyb :(

 
Will it help if your output was formatted like:

#NumberFormat(Fieldname, "9999")#

That will set the format to integer with no decimal.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top