[DATATYPES] Textfield vs Float

4 posts by 3 authors in: Forums > CMS Builder
Last Post: February 9, 2011   (RSS)

By richb - February 7, 2011

CMS Builder field types does not have selection for "integer" or "float". I'm storing "pricing" information and must execute SQL CONVERT to sort or do any numerical calculations. On the sort, this is causing full table scans due to the CONVERT statement. This is a big performance hit. Is it possible to change the datatype and store numerical values versus text values?

Re: [richb] [DATATYPES] Textfield vs Float

By Damon - February 8, 2011

Hi,

You should be able to sort and preform calculations on pricing information entered into CMS Builder the way it is right now without any changes. I do this for projects all the time.

Can you give me an example of pricing information and how you want to use it?
Cheers,
Damon Edis - interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Damon] [DATATYPES] Textfield vs Float

By richb - February 8, 2011

Just trying to determine if I can change the datatype of the "pricing" field from TEXT to FLOAT or INTEGER. Will CMS tools work without any issues?

FYI. I plan on using external SQL Admin tool to modify the table structure.