SQL 2000
CR XI
I have some very long numbers in SQL database (DBOID that are 21 digits long) however, each time I try and add to a report, they are converted into Scientific notation. I would like to display the entire number. Does anyone know how to do this?
Note, the data type in SQL is (Numeric, 21, 0)
Thanks,
-- Andy
CR XI
I have some very long numbers in SQL database (DBOID that are 21 digits long) however, each time I try and add to a report, they are converted into Scientific notation. I would like to display the entire number. Does anyone know how to do this?
Note, the data type in SQL is (Numeric, 21, 0)
Thanks,
-- Andy