Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Data storage

    I have a report where a column is the summation of 2-3.2. In CF 5.0, I get
    -1.2. Running the application in CF 7.0, I get -0.200000047684. I patched CF
    7.0 with the 133MB update with the same results. I validated the values in the
    database to make sure they were stored as 2 and 3.2. Any ideas?

    Thanks,

    djerole Guest

  2. Similar Questions and Discussions

    1. Local storage
      Hey, i would like to know how i can literally VIEW, these files. I dont want the settings manager, i want to open the folder where these files are...
    2. temporary storage
      anyone have any idea how to store a picture in a temp file first b4 proceed to the credit card processing? if the customer is not perform the...
    3. Using XML data storage
      Can anyone give me some advice on what I need to use XPath or XQuery to access data stored in an XML tree? Do I need any proprietary components or...
    4. How Energy Storage can help us ?
      Nice Hello from Flywheel Storage & Sun Tracking Goodbay to Blackout forever rysz_c2@yahoo.com
    5. Film Storage
      Hi When at home should film be stored in the fridge or just at room temp. Thank you
  3. #2

    Default Re: Data storage

    What do you get if you run the query outside of cold fusion?

    Originally posted by: djerole
    I have a report where a column is the summation of 2-3.2. In CF 5.0, I get
    -1.2. Running the application in CF 7.0, I get -0.200000047684. I patched CF
    7.0 with the 133MB update with the same results. I validated the values in the
    database to make sure they were stored as 2 and 3.2. Any ideas?

    Thanks,



    Dan Bracuk Guest

  4. #3

    Default Re: Data storage

    If I save the report to Excel and use the =sum for these values, I get -1.2.

    Thanks
    djerole Guest

  5. #4

    Default Re: Data storage

    But what do you get when you run the query using your database software and
    nothing else.?

    Originally posted by: djerole
    If I save the report to Excel and use the =sum for these values, I get -1.2.

    Thanks



    Dan Bracuk Guest

  6. #5

    Default Re: Data storage

    Let me guess, they are stored as decimal in the DB table?


    SQLMenace Guest

  7. #6

    Default Re: Data storage

    They are stored as decimal in Access with Auto or 1 decimal point
    djerole Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139