Please let me know, how to handle huge numbers.
The problem is that I need to store numbers with lot more
than 16 decimal digits - e.g. 1234567890123456789012345.12
I already tried a decimal type but it caused errors (I mean
MySQL simply cutted the end of the numbers and stored only
the first 16 digits :()
The reason is why we need this that there're several
currencies (like italian lire) which requires this kind of
precision.

One more question is how to transfer these values through
the MySQL C api ?


Help!

Thank you in advance,

GyG


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to