Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CF_SQL_DECIMAL v CF_SQL_FLOAT

Explorer ,
Jun 09, 2008 Jun 09, 2008
Does anyone know what (if any) the advantages of using CF_SQL_DECIMAL instead of CF_SQL_FLOAT are. With CF_SQL_DECIMAL you need to use the scale attribute to allow decimal places, with CF_SQL_FLOAT you don't.
TOPICS
Database access
2.0K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 09, 2008 Jun 09, 2008
LATEST
I don't know the answer, but I always use the one that matches the datatype of the field in the database.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources