Hi.
i am having trouble about saving long numbers in my oracle database. :( i am trying to save some iban numbers (Exp: TR24 1234 2569 6963 5489 4589 12) . In order to view it in RadGrid with datastringformat property; as i read from the from pages; i have to save the digits in "number" datatype. So i seperated the TR part and the digits. but when i insert the long number (TR241234256969635489458912) into digit part in the oracle database, it shows it with exponent. and in RadGrid it shows 0s instead of numbers after some values. :(
i really could ont find the answer in the form..
Can you please help me to find a way to view it as shown below?
Oracle Database: RadGrid:
(TR241234256969635489458912 >>>> TR24 1234 2569 6963 5489 4589 12
thank you.
i am having trouble about saving long numbers in my oracle database. :( i am trying to save some iban numbers (Exp: TR24 1234 2569 6963 5489 4589 12) . In order to view it in RadGrid with datastringformat property; as i read from the from pages; i have to save the digits in "number" datatype. So i seperated the TR part and the digits. but when i insert the long number (TR241234256969635489458912) into digit part in the oracle database, it shows it with exponent. and in RadGrid it shows 0s instead of numbers after some values. :(
i really could ont find the answer in the form..
Can you please help me to find a way to view it as shown below?
Oracle Database: RadGrid:
(TR241234256969635489458912 >>>> TR24 1234 2569 6963 5489 4589 12
thank you.