Re: Big numbers



marc wrote:
On 13 jan, 19:41, "J. J. Farrell" <j...@xxxxxxxxxx> wrote:
marc wrote:

If you don't get it like that, you'll obviously need to explain in
exactly what format you do get it before anyone can advise you on
how to convert it to a string.

As I said, it's stored as Decimal in the database.
33748440199875750.25 is the right representation in the database...

The question is not (primarily) how it is stored in the DB, but how you get it out of that DB.

Bye, Jojo

.



Relevant Pages

  • Re: FutureWarning
    ... Something has been lost in going to this format, ... of 'hex' to represent the abstract bit pattern of a two's complement representation of ... to prefix something to indicate how to interpret, like the old 0x prefix, but ... Perhaps there could be string formatting to match, e.g., ...
    (comp.lang.python)
  • Re: Date: Can you have one that is just mm/dd or mm/yyyy etc?
    ... I studied the API doc for SimpleDateFormat before ... there's a difference between a value and its representation. ... ....which means that what you put into that string should be a string itself. ... In order to provide the *format* of that part of the string, ...
    (comp.lang.java.programmer)
  • Re: How to kill .NET perfomance easy :)
    ... I forgot about ToString method in .NET objects because I never ... A numeric format string. ... The string representation of the value of this instance as specified by ...
    (borland.public.delphi.non-technical)
  • Re: How to kill .NET perfomance easy :)
    ... Strings in .NET aren't reference counted, ... A numeric format string. ... The string representation of the value of this instance as specified by ...
    (borland.public.delphi.non-technical)
  • Re: Big numbers
    ... marc wrote: ... I get a number like 33748440199875750.25 from a database. ... If you get it like that, then it's already a string and there's nothing to convert. ... If you don't get it like that, you'll obviously need to explain in exactly what format you do get it before anyone can advise you on how to convert it to a string. ...
    (comp.lang.c)